diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index c55f5159..b571dcc6 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -86,7 +86,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v2.4.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-RELEASE.yml b/.github/workflows/deploy-RELEASE.yml index 77f70624..41b1ff0f 100644 --- a/.github/workflows/deploy-RELEASE.yml +++ b/.github/workflows/deploy-RELEASE.yml @@ -127,7 +127,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v2.4.0 with: context: . file: ./Dockerfile