We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e59f5 commit 634d008Copy full SHA for 634d008
.github/workflows/docker-webapi.yml
@@ -62,7 +62,7 @@ jobs:
62
# Build and push Docker image with Buildx (don't push on PR)
63
# https://github.com/docker/build-push-action
64
- name: Build and push Docker image
65
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.0.2
66
with:
67
context: WebApi/
68
push: ${{ github.event_name != 'pull_request' }}
.github/workflows/docker-webapp.yml
context: WebApp/
0 commit comments