mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
Update docker-backend.yml
This commit is contained in:
3
.github/workflows/docker-backend.yml
vendored
3
.github/workflows/docker-backend.yml
vendored
@@ -50,8 +50,7 @@ jobs:
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
with:
|
||||
context: .
|
||||
build-args:
|
||||
EXTRA_DEPS: gcsfs
|
||||
build-args: EXTRA_DEPS=gcsfs
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user