We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4e873 commit adf8a07Copy full SHA for adf8a07
.github/workflows/build-docker-images.yml
@@ -104,7 +104,7 @@ jobs:
104
password: ${{ secrets.GITHUB_TOKEN }}
105
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
106
- name: Build (and push if main) docker image
107
- uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
108
id: docker-build
109
with:
110
context: ${{ matrix.IMAGE.DOCKERFILE_PATH }}
0 commit comments