Skip to content

Commit 2974fd7

Browse files
authored
Merge pull request #64 from AlfHou/AlfHou-patch-1
Fix typo in hub.yml
2 parents 8f6408a + bd22b5a commit 2974fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Build and push
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v4
3838
with:
3939
context: .
4040
file: ./Dockerfile

0 commit comments

Comments
 (0)