Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 32945a3 (#352)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent ddd29e7 commit a598fd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and deploy Python 3.11 image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
context: containers/python311_alpine/
file: containers/python311_alpine/Dockerfile.python311_alpine
Expand All @@ -57,7 +57,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }}
- name: Build and deploy Python 3.12 image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
context: containers/python312_alpine/
file: containers/python312_alpine/Dockerfile.python312_alpine
Expand All @@ -68,7 +68,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION_PYTHON312 }}
- name: Build and deploy Argo Utils image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
context: containers/argo_utils/
file: containers/argo_utils/Dockerfile.argo_utils
Expand All @@ -79,7 +79,7 @@ jobs:
org.opencontainers.image.version=${{ env.VERSION_ARGO_UTILS }}
- name: Build and deploy BMC Utils image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
context: containers/bmc-utils/
file: containers/bmc-utils/Dockerfile.bmc_utils
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: build and deploy openstack container image to registry
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
file: containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
build-args: OPENSTACK_VERSION=${{ matrix.openstack }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: build and deploy dnsmasq container to registry
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
context: "{{defaultContext}}:containers/dnsmasq"
file: Dockerfile.dnsmasq
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

- name: build and deploy container image to registry
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
file: containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
pull: true # ensure we always have an up to date source
Expand Down

0 comments on commit a598fd3

Please sign in to comment.