add context
Some checks failed
dl / lint (push) Successful in 1m22s
dl / docker (push) Failing after 24s

This commit is contained in:
Michel Roux 2023-06-25 15:58:01 +02:00
parent 2a01f47d7f
commit 9409f5d1f5

View File

@ -30,6 +30,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: https://github.com/docker/build-push-action@v4 - uses: https://github.com/docker/build-push-action@v4
with: with:
context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}