Skip to content

Commit c0c8d28

Browse files
committed
Remove github.sha tag
1 parent 58d48af commit c0c8d28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ jobs:
3636
with:
3737
context: packages/opencode
3838
push: true
39-
tags: |
40-
ghcr.io/${{ env.OWNER }}/opencode:latest
41-
ghcr.io/${{ env.OWNER }}/opencode:${{ github.sha }}
39+
tags: ghcr.io/${{ env.OWNER }}/opencode:latest

0 commit comments

Comments
 (0)