Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-templari committed Oct 23, 2023
1 parent 29aa44f commit 71e7404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
IMAGE_NAME_FULL: ghcr.io/nbtca/traefik-forward-auth

jobs:
dev_Deploy:
Build-and-Push-to-DockerHub:

runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -39,5 +39,5 @@ jobs:
push: true
platforms: linux/amd64
tags: |
${{ env.IMAGE_NAME_FULL }}:dev
${{ env.IMAGE_NAME_FULL }}
${{ env.IMAGE_NAME_FULL }}:latest

0 comments on commit 71e7404

Please # to comment.