Skip to content

Commit 4f0d781

Browse files
Merge pull request #934 from rackerlabs/renovate/docker-build-push-action-digest
chore(deps): update docker/build-push-action digest to 1dc7386
2 parents 90d3f2c + 1840688 commit 4f0d781

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
43+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
54+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
5555
with:
5656
context: containers/python312_alpine/
5757
file: containers/python312_alpine/Dockerfile.python312_alpine

.github/workflows/build-dexop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "tag=${GITHUB_REF#refs/tags/dexop-v}" >> $GITHUB_OUTPUT
3333

3434
- name: Build and deploy Dexop image
35-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
35+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
3636
with:
3737
context: go/dexop/
3838
file: go/dexop/Dockerfile

.github/workflows/containers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6565

6666
- name: build and deploy openstack container image to registry
67-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
67+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
6868
with:
6969
file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
7070
build-args: OPENSTACK_VERSION=${{ env.OPENSTACK_VERSION }}
@@ -107,7 +107,7 @@ jobs:
107107
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
108108

109109
- name: build and deploy dnsmasq container to registry
110-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
110+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
111111
with:
112112
context: "{{defaultContext}}:containers/dnsmasq"
113113
file: Dockerfile.dnsmasq
@@ -156,7 +156,7 @@ jobs:
156156
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
157157

158158
- name: build and deploy container image to registry
159-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
159+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
160160
with:
161161
file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
162162
pull: true # ensure we always have an up to date source

0 commit comments

Comments
 (0)