diff --git a/.github/workflows/docker-image-base.yml b/.github/workflows/docker-image-base.yml index 7d220b0..b3096a1 100644 --- a/.github/workflows/docker-image-base.yml +++ b/.github/workflows/docker-image-base.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: "${context}/Dockerfile.base" + file: "Dockerfile.base" push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}