Skip to content

Commit 528f8c7

Browse files
committed
testing ga
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 854d1de commit 528f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
type=semver,pattern={{version}}-${{ matrix.arch }},value=${{ github.event.release.tag_name }}
5656
type=semver,pattern={{major}}.{{minor}}-${{ matrix.arch }},value=${{ github.event.release.tag_name }}
5757
type=raw,value=latest-${{ matrix.arch }}
58-
type=sha-${{ matrix.arch }}
58+
type=raw,value=${{ github.sha }}-${{ matrix.arch }}
5959
${{ matrix.arch == 'linux/amd64' && 'type=raw,value=latest' || '' }}
6060
# example tags in order: 1.2.3-linux/amd64, 1.2-linux/amd64, latest-linux/amd64, sha-1234567890(git commit sha)
6161
# if arch is linux/amd64, then add latest tag

0 commit comments

Comments
 (0)