diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 71a3447..df5b363 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -43,7 +43,6 @@ jobs: with: context: . push: true - build-args: | - f=Dockerfile.ubuntu + file: ${{context}}/Dockerfile.ubuntu tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}