Bump docker/build-push-action from 6.0.1 to 6.0.2 (#1779)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
337ec4a814
commit
c240458913
|
@ -78,7 +78,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@v6.0.1
|
uses: docker/build-push-action@v6.0.2
|
||||||
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
|
||||||
|
@ -134,7 +134,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@v6.0.1
|
uses: docker/build-push-action@v6.0.2
|
||||||
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
|
||||||
|
@ -188,7 +188,7 @@ jobs:
|
||||||
type=ref,event=tag,enable=true,format=latest
|
type=ref,event=tag,enable=true,format=latest
|
||||||
|
|
||||||
- name: Build and push the connector proxy
|
- name: Build and push the connector proxy
|
||||||
uses: docker/build-push-action@v6.0.1
|
uses: docker/build-push-action@v6.0.2
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue