Skip to content

Commit

Permalink
Merge pull request #6 from EspressoSystems/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…docker/build-push-action-5

Bump docker/build-push-action from 4 to 5
  • Loading branch information
Ancient123 committed Dec 11, 2023
2 parents c84b1a5 + 2466e91 commit 486893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
images: ${{ inputs.images }}

- name: Build and push docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }}
Expand Down

0 comments on commit 486893c

Please sign in to comment.