Create docker-backend.yml

This commit is contained in:
Eugeny 2021-08-24 23:25:31 +02:00 committed by GitHub
parent 30be8333cb
commit e4f5680836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
context: backend
build-args: EXTRA_DEPS=gcsfs
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}