Fix typo in hub.yml

This commit is contained in:
Alf Sebastian Houge
2023-07-20 00:36:08 +02:00
committed by GitHub
parent 8f6408a92b
commit bd22b5a497

View File

@@ -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