Skip to content

Commit

Permalink
Merge pull request #5 from authzed/docker-workingdir
Browse files Browse the repository at this point in the history
docker-build: bump action version
  • Loading branch information
jzelinskie committed Apr 11, 2022
2 parents 4ea68da + 5241a74 commit d1a42ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- uses: "docker/setup-buildx-action@v1"
with:
driver-opts: "image=moby/buildkit:master"
- uses: "docker/build-push-action@v1"
- uses: "docker/build-push-action@v2"
with:
context: "${{ inputs.context }}"
file: "${{ inputs.file }}"
Expand Down

0 comments on commit d1a42ea

Please sign in to comment.