Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build and push
id: docker-build
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
uses: docker/build-push-action@c5117b60bc829f00aaacb038e99de2712bee6e6e
with:
context: ${{ inputs.docker-context }}
file: ${{ inputs.docker-file }}
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Publish image
if: ${{ inputs.push }}
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
uses: docker/build-push-action@c5117b60bc829f00aaacb038e99de2712bee6e6e
with:
context: ${{ inputs.docker-context }}
file: ${{ inputs.docker-file }}
Expand Down
Loading