Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 9311bf5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 84e15a1 commit 8876fe9
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@9311bf5263ae5b36f3ec67aff768790c6e2344ad
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@9311bf5263ae5b36f3ec67aff768790c6e2344ad
with:
push: true
file: Dockerfile
Expand Down

0 comments on commit 8876fe9

Please sign in to comment.