Skip to content

Commit 0e9dc6e

Browse files
chore(deps): update docker/build-push-action digest to 4a13e50 (#447)
Co-authored-by: anaconda-renovate[bot] <anaconda-renovate[bot]@users.noreply.github.com>
1 parent ebc26fe commit 0e9dc6e

6 files changed

+7
-7
lines changed

.github/workflows/anaconda_amazonlinux_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
latest=false
5454
5555
- name: build-push anaconda3/amazonlinux
56-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
56+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
5757
with:
5858
context: ./anaconda3/amazonlinux
5959
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/anaconda_debian_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
type=match,pattern=anaconda3-(.*),group=1
5252
5353
- name: build-push anaconda3/debian
54-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
54+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
5555
with:
5656
context: ./anaconda3/debian
5757
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/anaconda_pkg_build_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
type=match,pattern=pkg-build-(.*),group=1
6161
6262
- name: build-push pkg-builder
63-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
63+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
6464
with:
6565
context: ./anaconda-pkg-build/linux
6666
builder: ${{ steps.buildx.outputs.name }}
@@ -87,7 +87,7 @@ jobs:
8787
latest=false
8888
8989
- name: build-push pkg-builder-concourse
90-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
90+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
9191
with:
9292
context: ./anaconda-pkg-build/linux
9393
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/anaconda_pkg_build_lts_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
latest=false
6363
6464
- name: build-push pkg-builder
65-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
65+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
6666
with:
6767
context: ./anaconda-pkg-build-lts/linux
6868
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/concourse_rsync_resource.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
type=match,pattern=crr-(.*),group=1
6060
6161
- name: build-push
62-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
62+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
6363
with:
6464
context: ./concourse-rsync-resource
6565
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/miniconda_debian_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
type=match,pattern=miniconda3-v(.*),group=1
5151
5252
- name: build miniconda3/debian
53-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5
53+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
5454
with:
5555
context: ./miniconda3/debian
5656
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)