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@ca877d9245402d1537745e0e356eab47c3520991 # v6
43
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # 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@ca877d9245402d1537745e0e356eab47c3520991 # v6
54
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # 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 57
57
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
58
58
59
59
- name : build and deploy openstack container image to registry
60
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
60
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
61
61
with :
62
62
file : containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
63
63
build-args : OPENSTACK_VERSION=${{ matrix.openstack }}
@@ -100,7 +100,7 @@ jobs:
100
100
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
101
101
102
102
- name : build and deploy dnsmasq container to registry
103
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
103
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
104
104
with :
105
105
context : " {{defaultContext}}:containers/dnsmasq"
106
106
file : Dockerfile.dnsmasq
@@ -147,7 +147,7 @@ jobs:
147
147
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
148
148
149
149
- name : build and deploy container image to registry
150
- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6
150
+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
151
151
with :
152
152
file : containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
153
153
pull : true # ensure we always have an up to date source
You can’t perform that action at this time.
0 commit comments