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.
2 parents 616fd86 + 29bd64d commit 7f8268fCopy full SHA for 7f8268f
.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@v4
+ uses: docker/build-push-action@v5
47
with:
48
platforms: linux/amd64,linux/arm64
49
push: ${{ (github.event_name != 'pull_request') }}
0 commit comments