Skip to content

Commit

Permalink
Update docker/build-push-action digest to 0a97817
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 9470f5e commit 4345f90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/backend

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: backend
file: backend/deployment/backend/Dockerfile
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/notify

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: notify
file: notify/deployment/notify/Dockerfile
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/frontend

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: frontend
file: frontend/deployment/Dockerfile
Expand Down

0 comments on commit 4345f90

Please sign in to comment.