diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef4323c..4fc2ed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,6 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} -# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: build-and-push-image: runs-on: ubuntu-latest @@ -50,7 +49,7 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - file: {context}/src/main/docker/Dockerfile.distroless + file: ./src/main/docker/Dockerfile.distroless labels: ${{ steps.meta.outputs.labels }} push: true tags: ${{ steps.meta.outputs.tags }}