File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change 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 }}
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
You can’t perform that action at this time.
0 commit comments