We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ce292 + 9782b89 commit 74155a7Copy full SHA for 74155a7
.github/workflows/BuildPublishPipeline.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# https://github.com/marketplace/actions/build-and-push-docker-images
45
- name: 'Build and Push .NET LTS and STS'
46
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
47
with:
48
platforms: linux/amd64,linux/arm64
49
push: ${{ (github.event_name != 'pull_request') }}
0 commit comments