diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index c125a990a0..219ebb972f 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -51,7 +51,7 @@ jobs: npm run-script build - name: Build docker image if: ${{ github.event_name == 'pull_request' }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: # Set the context to use the current directory and not execute it's own git checkout. context: . diff --git a/.github/workflows/release-project.yml b/.github/workflows/release-project.yml index 1d3851083d..42aee49936 100644 --- a/.github/workflows/release-project.yml +++ b/.github/workflows/release-project.yml @@ -47,7 +47,7 @@ jobs: npm ci npm run-script build - name: Build and push docker image to Docker Hub - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: # Set the context to use the current directory and not execute it's own git checkout. context: .