Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 4c1b68d (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 5918d99 commit 7ee8414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}

- name: Build rsyslog and push Docker image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
uses: docker/build-push-action@4c1b68d83ad20cc1a09620ca477d5bbbb5fa14d0
with:
context: "./contrib/rsyslog"
push: true
Expand All @@ -61,7 +61,7 @@ jobs:
labels: ${{ steps.meta-api.outputs.labels }}

- name: Build and push Docker image
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
uses: docker/build-push-action@4c1b68d83ad20cc1a09620ca477d5bbbb5fa14d0
with:
push: true
file: Dockerfile
Expand Down

0 comments on commit 7ee8414

Please sign in to comment.