ci: remove obsolete context (#6)

This commit is contained in:
pataar 2022-03-01 14:28:29 +01:00 committed by GitHub
parent 4fb9b50369
commit e9772e0de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: docker
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}