Compare commits

...

2 Commits

Author SHA1 Message Date
Alf Sebastian Houge 2974fd783f Merge pull request #64 from AlfHou/AlfHou-patch-1
Fix typo in hub.yml
2023-07-20 00:37:42 +02:00
Alf Sebastian Houge bd22b5a497 Fix typo in hub.yml 2023-07-20 00:36:08 +02:00
+1 -1
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