We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434a41e commit 05352acCopy full SHA for 05352ac
.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@v6.7.0
+ uses: docker/build-push-action@v6.8.0
66
with:
67
context: WebApi/
68
push: ${{ github.event_name != 'pull_request' }}
.github/workflows/docker-webapp.yml
context: WebApp/
0 commit comments