Skip to content

Commit f2989cc

Browse files
Merge pull request #728 from rackerlabs/renovate/docker-build-push-action-digest
chore(deps): update docker/build-push-action digest to 471d1dc
2 parents aec7214 + 25a8643 commit f2989cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Build and deploy Python 3.11 image
43-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
43+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
4444
with:
4545
context: containers/python311_alpine/
4646
file: containers/python311_alpine/Dockerfile.python311_alpine
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }}
5252
5353
- name: Build and deploy Python 3.12 image
54-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
54+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
5555
with:
5656
context: containers/python312_alpine/
5757
file: containers/python312_alpine/Dockerfile.python312_alpine

.github/workflows/containers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6161

6262
- name: build and deploy openstack container image to registry
63-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
63+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
6464
with:
6565
file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
6666
build-args: OPENSTACK_VERSION=${{ env.OPENSTACK_VERSION }}
@@ -103,7 +103,7 @@ jobs:
103103
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
104104

105105
- name: build and deploy dnsmasq container to registry
106-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
106+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
107107
with:
108108
context: "{{defaultContext}}:containers/dnsmasq"
109109
file: Dockerfile.dnsmasq
@@ -151,7 +151,7 @@ jobs:
151151
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
152152

153153
- name: build and deploy container image to registry
154-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
154+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
155155
with:
156156
file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
157157
pull: true # ensure we always have an up to date source

0 commit comments

Comments
 (0)