Skip to content

Commit 4dfc32a

Browse files
committed
Fix workflow file typo
1 parent e6e479e commit 4dfc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build and push Docker image
4141
id: push
42-
uses: docker/build-push-action@6.5.0
42+
uses: docker/build-push-action@v6.5.0
4343
with:
4444
context: .
4545
push: true

0 commit comments

Comments
 (0)