Skip to content

Commit

Permalink
fix file: app2/Dockerfile.builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bbednarek committed Nov 14, 2023
1 parent 6b5f007 commit 55dee3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx-docker-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: app2
file: Dockerfile.builder
file: app2/Dockerfile.builder
build-args: |
githubUser=${{ github.actor }}
githubPackagesReadToken=${{ secrets.GH_PACKAGES_READ_TOKEN }}
Expand Down

0 comments on commit 55dee3e

Please sign in to comment.