Skip to content

Commit

Permalink
Merge pull request #3 from kitos9112/dev-msoutullo
Browse files Browse the repository at this point in the history
chore: Tidy things up after forking and releasing a new branch
  • Loading branch information
kitos9112 authored Oct 26, 2021
2 parents 7856ab2 + 459bf95 commit 53c655a
Show file tree
Hide file tree
Showing 74 changed files with 67 additions and 1,282 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

File renamed without changes.
14 changes: 12 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,25 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get tag name
run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: |
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64
push: true
tags: |
kitos9112/traefik-forward-auth:latest
kitos9112/traefik-forward-auth:${{ env.TAG }}
ghcr.io/kitos9112/traefik-forward-auth:latest
ghcr.io/kitos9112/traefik-forward-auth:${{ env.TAG }}
111 changes: 55 additions & 56 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions examples/traefik-v1.7/kubernetes/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions examples/traefik-v1.7/kubernetes/advanced-separate-pod/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 53c655a

Please sign in to comment.