Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 0a97817 (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: anaconda-renovate[bot] <anaconda-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 90adc4a commit bd9c2fe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_amazonlinux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
latest=false
- name: build-push anaconda3/amazonlinux
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./anaconda3/amazonlinux
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=match,pattern=anaconda3-(.*),group=1
- name: build-push anaconda3/debian
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./anaconda3/debian
builder: ${{ steps.buildx.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/anaconda_pkg_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
type=match,pattern=pkg-build-(.*),group=1
- name: build-push pkg-builder
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./anaconda-pkg-build/linux
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -87,7 +87,7 @@ jobs:
latest=false
- name: build-push pkg-builder-concourse
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./anaconda-pkg-build/linux
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/concourse_rsync_resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
type=match,pattern=crr-(.*),group=1
- name: build-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./concourse-rsync-resource
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miniconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=match,pattern=miniconda3-v(.*),group=1
- name: build miniconda3/debian
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v4
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: ./miniconda3/debian
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit bd9c2fe

Please sign in to comment.