Skip to content

Commit

Permalink
GitHub Action for DockerHub build and publish #19
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanchez556 committed Oct 3, 2024
1 parent 05191d4 commit d5b14b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
build_and_push:
env:
DOCKER_HUB: ${{ secrets.DOCKER_LOGIN }}
<<<<<<< HEAD
DOCKER_TAGS: type=ref,event=branch,branch=master,latest=true
=======
DOCKER_TAGS: latest
>>>>>>> 89a6b58 (GitHub Action for DockerHub build and publish #19)
runs-on: ubuntu-22.04
permissions:
id-token: write
Expand Down

0 comments on commit d5b14b6

Please sign in to comment.