Skip to content

Commit 3c95a8f

Browse files
chore(deps): update docker/build-push-action digest to 4f58ea7 (#353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a598fd3 commit 3c95a8f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-container-images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Build and deploy Python 3.11 image
49-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
49+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
5050
with:
5151
context: containers/python311_alpine/
5252
file: containers/python311_alpine/Dockerfile.python311_alpine
@@ -57,7 +57,7 @@ jobs:
5757
org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }}
5858
5959
- name: Build and deploy Python 3.12 image
60-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
60+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
6161
with:
6262
context: containers/python312_alpine/
6363
file: containers/python312_alpine/Dockerfile.python312_alpine
@@ -68,7 +68,7 @@ jobs:
6868
org.opencontainers.image.version=${{ env.VERSION_PYTHON312 }}
6969
7070
- name: Build and deploy Argo Utils image
71-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
71+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
7272
with:
7373
context: containers/argo_utils/
7474
file: containers/argo_utils/Dockerfile.argo_utils
@@ -79,7 +79,7 @@ jobs:
7979
org.opencontainers.image.version=${{ env.VERSION_ARGO_UTILS }}
8080
8181
- name: Build and deploy BMC Utils image
82-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
82+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
8383
with:
8484
context: containers/bmc-utils/
8585
file: containers/bmc-utils/Dockerfile.bmc_utils

.github/workflows/containers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
5555

5656
- name: build and deploy openstack container image to registry
57-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
57+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
5858
with:
5959
file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
6060
build-args: OPENSTACK_VERSION=${{ matrix.openstack }}
@@ -96,7 +96,7 @@ jobs:
9696
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
9797

9898
- name: build and deploy dnsmasq container to registry
99-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
99+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
100100
with:
101101
context: "{{defaultContext}}:containers/dnsmasq"
102102
file: Dockerfile.dnsmasq
@@ -141,7 +141,7 @@ jobs:
141141
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
142142

143143
- name: build and deploy container image to registry
144-
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
144+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
145145
with:
146146
file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
147147
pull: true # ensure we always have an up to date source

0 commit comments

Comments
 (0)