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 ee5e436 + 21f497a commit 6f6188eCopy full SHA for 6f6188e
.github/workflows/build-project.yml
@@ -47,7 +47,7 @@ jobs:
47
npm run-script build
48
- name: Build docker image
49
if: ${{ github.event_name == 'pull_request' }}
50
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
51
with:
52
# Set the context to use the current directory and not execute it's own git checkout.
53
context: .
.github/workflows/release-project.yml
@@ -45,7 +45,7 @@ jobs:
45
npm ci
46
- name: Build and push docker image to Docker Hub
0 commit comments