3
0
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:
Shivaram Lingamneni 2021-11-02 04:41:51 -04:00
parent 1ab2e9c294
commit 759696836e

View File

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