Skip to content

Commit a64104d

Browse files
Fixed tag
1 parent a98ccf8 commit a64104d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cache-from: uwcsclub/codey-bot:cache
8181
file: docker/${{env.DEPLOYMENT_TARGET}}/Dockerfile
8282
push: true
83-
tags: uwcsclub/codey-bot:${{ github.sha }}${{ github.event_name == 'release' && format(',uwcsclub/codey-bot:{0}' , env.RELEASE_TAG) || '' }}
83+
tags: uwcsclub/codey-bot:latest
8484

8585
- name: Image digest
8686
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)