Skip to content

Commit

Permalink
Remove redundant latest tag (github provides it as a tag if tagged as…
Browse files Browse the repository at this point in the history
… llatest)
  • Loading branch information
kilna committed May 21, 2024
1 parent 6850748 commit 0701513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
org.opencontainers.image.revision:${{ github.sha }}
org.opencontainers.image.version:${{ github.event.release.tag_name }}
tags: |
docker.io/kilna/envhttpd:latest
docker.io/kilna/envhttpd:${{ env.VERSION_TAG }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
Expand Down

0 comments on commit 0701513

Please sign in to comment.