fix GH actions docker build

if this works, how did the build ever work
This commit is contained in:
spiral 2022-10-21 17:42:11 +00:00
parent 56091a6df7
commit b2e7996f5d
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E

View file

@ -23,6 +23,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Build and push Docker image
uses: docker/build-push-action@v2
with: