We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e9191 commit a0c3af0Copy full SHA for a0c3af0
2 files changed
.github/workflows/upstream-ci.yaml
@@ -201,7 +201,7 @@ jobs:
201
fi
202
- name: 🚀 Build
203
id: build
204
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
205
with:
206
push: false
207
# Intentionally rely on image ID rather than tags for smoke testing.
.github/workflows/upstream-deploy.yaml
@@ -113,7 +113,7 @@ jobs:
113
username: ${{ steps.registry.outputs.owner }}
114
password: ${{ secrets.GITHUB_TOKEN }}
115
116
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
117
118
load: true
119
# yamllint disable rule:line-length
0 commit comments