Update docker.yml
This commit is contained in:
parent
2d0e9a34d7
commit
925835d93b
|
@ -21,6 +21,9 @@ jobs:
|
|||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
context: ./ckan
|
||||
file: ./ckan/Dockerfile
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
@ -44,4 +47,4 @@ jobs:
|
|||
with:
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Reference in New Issue