We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d48af commit c0c8d28Copy full SHA for c0c8d28
.github/workflows/docker.yml
@@ -36,6 +36,4 @@ jobs:
36
with:
37
context: packages/opencode
38
push: true
39
- tags: |
40
- ghcr.io/${{ env.OWNER }}/opencode:latest
41
- ghcr.io/${{ env.OWNER }}/opencode:${{ github.sha }}
+ tags: ghcr.io/${{ env.OWNER }}/opencode:latest
0 commit comments