We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149157b commit a2b7a67Copy full SHA for a2b7a67
1 file changed
.github/workflows/wasm-rust-build.yml
@@ -39,8 +39,8 @@ jobs:
39
tags: |
40
type=ref,event=branch
41
type=ref,event=pr
42
- type=sha,prefix={{branch}}-
43
- type=raw,value=latest,enable={{is_default_branch}}
+ type=sha
+ type=raw,value=latest
44
45
- name: "Build and Push Base Image"
46
uses: docker/build-push-action@v5
0 commit comments