Remove context configuration since it's already the default

This commit is contained in:
Sven Pfleiderer
2021-05-26 15:03:41 -07:00
parent 41a66c656e
commit 6fe53a9ebd
-1
View File
@@ -79,7 +79,6 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
# Don't push on pull requests
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}