Bump docker/build-push-action from 5.1.0 to 5.2.0 (#1182)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-08 15:19:13 +00:00 committed by GitHub
parent 137e8a8232
commit 5bfbbb82e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@ jobs:
working-directory: spiffworkflow-frontend working-directory: spiffworkflow-frontend
run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json
- name: Build and push Frontend Docker image - name: Build and push Frontend Docker image
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: spiffworkflow-frontend context: spiffworkflow-frontend
@ -131,7 +131,7 @@ jobs:
working-directory: spiffworkflow-backend working-directory: spiffworkflow-backend
run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json run: echo "$DOCKER_METADATA_OUTPUT_JSON" | jq '.labels' > version_info.json
- name: Build and push Backend Docker image - name: Build and push Backend Docker image
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: spiffworkflow-backend context: spiffworkflow-backend
@ -183,7 +183,7 @@ jobs:
type=ref,event=branch,suffix=-${{ steps.date.outputs.date }}-${{ steps.commit_sha.outputs.sha_short }} type=ref,event=branch,suffix=-${{ steps.date.outputs.date }}-${{ steps.commit_sha.outputs.sha_short }}
- name: Build and push the connector proxy - name: Build and push the connector proxy
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: connector-proxy-demo context: connector-proxy-demo

View File

@ -32,7 +32,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Frontend Docker image - name: Build and push Frontend Docker image
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: spiffworkflow-frontend context: spiffworkflow-frontend
@ -68,7 +68,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Backend Docker image - name: Build and push Backend Docker image
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: spiffworkflow-backend context: spiffworkflow-backend
@ -105,7 +105,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push the connector proxy - name: Build and push the connector proxy
uses: docker/build-push-action@v5.1.0 uses: docker/build-push-action@v5.2.0
with: with:
# this action doesn't seem to respect working-directory so set context # this action doesn't seem to respect working-directory so set context
context: connector-proxy-demo context: connector-proxy-demo