We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98ccf8 commit a64104dCopy full SHA for a64104d
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
cache-from: uwcsclub/codey-bot:cache
81
file: docker/${{env.DEPLOYMENT_TARGET}}/Dockerfile
82
push: true
83
- tags: uwcsclub/codey-bot:${{ github.sha }}${{ github.event_name == 'release' && format(',uwcsclub/codey-bot:{0}' , env.RELEASE_TAG) || '' }}
+ tags: uwcsclub/codey-bot:latest
84
85
- name: Image digest
86
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments