Skip to content

Commit 41e03c5

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0067879 commit 41e03c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
echo "APP_IMAGE=ghcr.io/${{ github.repository }}/sample-app-${{ matrix.app-platform }}-${{ matrix.instrumentation-type }}:${{ github.sha }}" | tee --append $GITHUB_ENV;
6767
- name: Build and Push Docker image
68-
uses: docker/build-push-action@v3
68+
uses: docker/build-push-action@v6
6969
with:
7070
push: ${{ github.event.inputs.push == 'true' ||
7171
github.event_name == 'schedule' ||

0 commit comments

Comments
 (0)