mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-14 16:09:32 +01:00
CI: fix invalid variable warning
This commit is contained in:
parent
1ab2e9c294
commit
759696836e
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
@ -31,7 +31,6 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
Reference in New Issue
Block a user