File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
43
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
54
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 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 32
32
run : echo "tag=${GITHUB_REF#refs/tags/dexop-v}" >> $GITHUB_OUTPUT
33
33
34
34
- name : Build and deploy Dexop image
35
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
35
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
36
36
with :
37
37
context : go/dexop/
38
38
file : go/dexop/Dockerfile
Original file line number Diff line number Diff line change 64
64
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
65
65
66
66
- 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
68
68
with :
69
69
file : containers/${{ matrix.project }}/Dockerfile.${{ matrix.project }}
70
70
build-args : OPENSTACK_VERSION=${{ env.OPENSTACK_VERSION }}
@@ -107,7 +107,7 @@ jobs:
107
107
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
108
108
109
109
- name : build and deploy dnsmasq container to registry
110
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
110
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
111
111
with :
112
112
context : " {{defaultContext}}:containers/dnsmasq"
113
113
file : Dockerfile.dnsmasq
@@ -156,7 +156,7 @@ jobs:
156
156
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
157
157
158
158
- name : build and deploy container image to registry
159
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
159
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6
160
160
with :
161
161
file : containers/${{ matrix.container.name }}/Dockerfile.${{ matrix.container.name }}
162
162
pull : true # ensure we always have an up to date source
You can’t perform that action at this time.
0 commit comments