diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index 29805f3c..99c140be 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -76,7 +76,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build Docker image - SLIM - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index 04562ad7..3f428e9f 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -76,7 +76,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build Docker image - Standard - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index e3c847e6..29bcbb34 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -99,7 +99,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - SLIM - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index 882e2e09..0a3feaf4 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -99,7 +99,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - Standard - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index f5453581..74e17bf0 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -117,7 +117,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - SLIM - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index 6cb2f3ec..5838fa05 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -117,7 +117,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - Standard - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . file: ./Dockerfile