Skip to content

Commit

Permalink
fixed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadel authored Oct 14, 2023
1 parent 0a382b7 commit 153df85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.NEW_APP_VERSION }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:0.0.1
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Simple echo app based on the HashiCorp echo-http.


0 comments on commit 153df85

Please sign in to comment.