Skip to content

Commit a2b7a67

Browse files
authored
Fix tag issue
1 parent 149157b commit a2b7a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm-rust-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
tags: |
4040
type=ref,event=branch
4141
type=ref,event=pr
42-
type=sha,prefix={{branch}}-
43-
type=raw,value=latest,enable={{is_default_branch}}
42+
type=sha
43+
type=raw,value=latest
4444
4545
- name: "Build and Push Base Image"
4646
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)