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.
1 parent 5560526 commit 25c783dCopy full SHA for 25c783d
.github/workflows/build-project.yml
@@ -51,7 +51,7 @@ jobs:
51
npm run-script build
52
- name: Build docker image
53
if: ${{ github.event_name == 'pull_request' }}
54
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
55
with:
56
# Set the context to use the current directory and not execute it's own git checkout.
57
context: .
.github/workflows/release-project.yml
@@ -47,7 +47,7 @@ jobs:
47
npm ci
48
49
- name: Build and push docker image to Docker Hub
50
0 commit comments