Skip to content

Commit

Permalink
Merge pull request #144 from xentra-ai/renovate/docker-build-push-act…
Browse files Browse the repository at this point in the history
…ion-digest

chore(deps): update docker/build-push-action digest to 5cd11c3
  • Loading branch information
xunholy authored Aug 17, 2024
2 parents 1b0b8ab + c179038 commit 5019bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build and Push
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
context: broker/
file: broker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build and Push
if: github.ref != 'refs/heads/master'
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
build-args: |
APPLICATION_NAME=advisor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
context: controller/
platforms: linux/amd64, linux/arm64,
Expand Down

0 comments on commit 5019bd2

Please sign in to comment.