Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci: fix dockerfile reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jun 6, 2024
1 parent ba59365 commit 589f529
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 589f529

Please sign in to comment.