Skip to content

Commit 933fcf2

Browse files
Bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a9902a commit 933fcf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "APP_IMAGE=public.ecr.aws/aws-otel-test/ruby-${{ matrix.app-platform }}-${{ matrix.instrumentation-type }}:${{ github.sha }}" |
4545
tee --append $GITHUB_ENV;
4646
- name: Build and Push Docker image
47-
uses: docker/build-push-action@v3
47+
uses: docker/build-push-action@v6
4848
with:
4949
push: true
5050
context: ${{ env.APP_PATH }}

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "APP_IMAGE=public.ecr.aws/aws-otel-test/ruby-${{ matrix.app-platform }}-${{ matrix.instrumentation-type }}:${{ github.sha }}" |
3131
tee --append $GITHUB_ENV;
3232
- name: Build Docker image
33-
uses: docker/build-push-action@v3
33+
uses: docker/build-push-action@v6
3434
with:
3535
context: ${{ env.APP_PATH }}
3636
tags: |

0 commit comments

Comments
 (0)