File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.GITHUB_TOKEN }}
41
41
42
42
- name : Build and deploy Python 3.11 image
43
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
43
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
44
44
with :
45
45
context : containers/python311_alpine/
46
46
file : containers/python311_alpine/Dockerfile.python311_alpine
51
51
org.opencontainers.image.version=${{ env.VERSION_PYTHON311 }}
52
52
53
53
- name : Build and deploy Python 3.12 image
54
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
54
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
55
55
with :
56
56
context : containers/python312_alpine/
57
57
file : containers/python312_alpine/Dockerfile.python312_alpine
Original file line number Diff line number Diff line change 60
60
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
61
61
62
62
- 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
64
64
with :
65
65
file : containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
66
66
build-args : OPENSTACK_VERSION=${{ env.OPENSTACK_VERSION }}
@@ -103,7 +103,7 @@ jobs:
103
103
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
104
104
105
105
- name : build and deploy dnsmasq container to registry
106
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
106
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
107
107
with :
108
108
context : " {{defaultContext}}:containers/dnsmasq"
109
109
file : Dockerfile.dnsmasq
@@ -151,7 +151,7 @@ jobs:
151
151
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
152
152
153
153
- name : build and deploy container image to registry
154
- uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
154
+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
155
155
with :
156
156
file : containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
157
157
pull : true # ensure we always have an up to date source
You can’t perform that action at this time.
0 commit comments