Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Feb 28, 2024
1 parent 006ae64 commit dd77d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_IMAGE_NAME }}:latest
- name: Build the Docker image with a temporary name
if: !startsWith(github.ref, 'refs/tags/')
if: ! startsWith(github.ref, 'refs/tags/')
run: docker build . --file Dockerfile --tag tmp:notag
- name: Docker Login
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit dd77d84

Please sign in to comment.