Skip to content

Commit fba2b02

Browse files
authored
Update suffix tag (#126)
1 parent b055149 commit fba2b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
images: ${{ env.REGISTRY_IMAGE_BUILD }}-${{ env.COMPILER }}
5151
tags: |
5252
type=raw,value=${{ env.RELEASE }}
53-
type=sha,prefix=${{ env.RELEASE }}-
53+
type=sha,prefix=${{ env.RELEASE }}-sha-
5454
5555
- name: Set up QEMU
5656
uses: docker/setup-qemu-action@v3
@@ -129,7 +129,7 @@ jobs:
129129
images: ${{ env.REGISTRY_IMAGE_BUILD }}-${{ env.COMPILER }}
130130
tags: |
131131
type=raw,value=${{ env.RELEASE }}
132-
type=sha,prefix=${{ env.RELEASE }}-
132+
type=sha,prefix=${{ env.RELEASE }}-sha-
133133
134134
- name: Login to Docker Hub
135135
uses: docker/login-action@v3

0 commit comments

Comments
 (0)