fix docker builds

This commit is contained in:
spiral 2021-08-01 15:32:58 -04:00
parent 1cb4bc9287
commit 2ac5436d00
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -17,6 +17,8 @@ jobs:
- run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV - run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
- uses: docker/build-push-action@v2 - uses: docker/build-push-action@v2
with: with:
# https://github.com/docker/build-push-action/issues/378
context: .
push: true push: true
tags: | tags: |
ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }} ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}