Fix typo in hub.yml
This commit is contained in:
committed by
GitHub
parent
8f6408a92b
commit
bd22b5a497
2
.github/workflows/hub.yml
vendored
2
.github/workflows/hub.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user