Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 48aba3b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and alexanderkiel committed Nov 27, 2024
1 parent 25b5de8 commit f7e2973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3

- name: Build and Export to Docker
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: .
tags: blaze:latest
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3

- name: Build and Export to Docker
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: modules/frontend
tags: blaze-frontend:latest
Expand Down Expand Up @@ -2098,7 +2098,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
- name: Build and push to GHCR
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: ${{ matrix.image.context }}
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -2129,7 +2129,7 @@ jobs:
- name: Build and push to DockerHub
if: ${{ env.dockerhub_username != '' }}
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
context: ${{ matrix.image.context }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit f7e2973

Please sign in to comment.