Skip to content

Commit 24bf161

Browse files
committed
ci: fix typo in dockerhub.yml
1 parent 1ffc239 commit 24bf161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=semver,pattern={{major}}.{{minor}}
4040
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
4141
42-
- name: Retrieve version
42+
- name: Retrieve version
4343
run: echo "VERSION=$(git describe --tags)" >> $GITHUB_ENV
4444

4545
- name: Set up QEMU

0 commit comments

Comments
 (0)