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 264741b commit 5237ca2Copy full SHA for 5237ca2
.github/workflows/build-project.yml
@@ -53,7 +53,7 @@ jobs:
53
npm run-script build
54
- name: Build docker image
55
if: ${{ github.event_name == 'pull_request' }}
56
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
57
with:
58
# Set the context to use the current directory and not execute it's own git checkout.
59
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
51
52
0 commit comments