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 0067879 commit 41e03c5Copy full SHA for 41e03c5
.github/workflows/integration-testing.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
echo "APP_IMAGE=ghcr.io/${{ github.repository }}/sample-app-${{ matrix.app-platform }}-${{ matrix.instrumentation-type }}:${{ github.sha }}" | tee --append $GITHUB_ENV;
67
- name: Build and Push Docker image
68
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
69
with:
70
push: ${{ github.event.inputs.push == 'true' ||
71
github.event_name == 'schedule' ||
0 commit comments