62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
- name : Publish multi-arch tofu-controller container image
65
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
65
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
66
66
with :
67
67
push : true
68
68
no-cache : true
83
83
org.opencontainers.image.version=${{ steps.prep.outputs.VERSION }}
84
84
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
85
85
- name : Publish multi-arch tf-runner base image
86
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
86
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
87
87
with :
88
88
push : true
89
89
builder : ${{ steps.buildx.outputs.name }}
@@ -102,7 +102,7 @@ jobs:
102
102
org.opencontainers.image.version=${{ steps.prep.outputs.VERSION }}
103
103
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
104
104
- name : Publish multi-arch tf-runner container image
105
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
105
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
106
106
with :
107
107
push : true
108
108
no-cache : true
@@ -123,7 +123,7 @@ jobs:
123
123
org.opencontainers.image.version=${{ steps.prep.outputs.VERSION }}
124
124
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
125
125
- name : Publish multi-arch tf-runner-azure container image
126
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
126
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
127
127
with :
128
128
push : true
129
129
no-cache : true
@@ -144,7 +144,7 @@ jobs:
144
144
org.opencontainers.image.version=${{ steps.prep.outputs.VERSION }}
145
145
org.opencontainers.image.created=${{ steps.prep.outputs.BUILD_DATE }}
146
146
- name : Publish multi-arch branch-planner container image
147
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
147
+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
148
148
with :
149
149
push : true
150
150
no-cache : true
0 commit comments