diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index 7b16c8b4..318af808 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -75,7 +75,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build Docker image - SLIM - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile-slim diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index 5d1c8bab..3387af4c 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -75,7 +75,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build Docker image - Standard - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index de8dec02..68ee4736 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -97,7 +97,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - SLIM - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile-slim diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index 68d0ba86..36f2a9b8 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -97,7 +97,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - Standard - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index c3893882..e791bdf8 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -131,7 +131,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - SLIM - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile-slim diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index a269a074..842b7dab 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -138,7 +138,7 @@ jobs: # Build and Push containers to registries # ########################################### - name: Build and push - Standard - uses: docker/build-push-action@v2.5.0 + uses: docker/build-push-action@v2.6.1 with: context: . file: ./Dockerfile