diff --git a/.github/workflows/build-debian-image-beta-node18.yml b/.github/workflows/build-debian-image-beta-node18.yml index 072ae73..1740753 100644 --- a/.github/workflows/build-debian-image-beta-node18.yml +++ b/.github/workflows/build-debian-image-beta-node18.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image (node18) - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node18/Dockerfile diff --git a/.github/workflows/build-debian-image-beta.yml b/.github/workflows/build-debian-image-beta.yml index 3b221a8..dbe7af6 100644 --- a/.github/workflows/build-debian-image-beta.yml +++ b/.github/workflows/build-debian-image-beta.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-dev-node18.yml b/.github/workflows/build-debian-image-dev-node18.yml index 2cfe540..d8322bf 100644 --- a/.github/workflows/build-debian-image-dev-node18.yml +++ b/.github/workflows/build-debian-image-dev-node18.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image (node18) - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node18/Dockerfile diff --git a/.github/workflows/build-debian-image-dev.yml b/.github/workflows/build-debian-image-dev.yml index 74c7330..dc8aa98 100644 --- a/.github/workflows/build-debian-image-dev.yml +++ b/.github/workflows/build-debian-image-dev.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-latest-iob.yml b/.github/workflows/build-debian-image-latest-iob.yml index 1afa819..cade258 100644 --- a/.github/workflows/build-debian-image-latest-iob.yml +++ b/.github/workflows/build-debian-image-latest-iob.yml @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.DOCKER_PASS_IOB }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-latest.yml b/.github/workflows/build-debian-image-latest.yml index 74c0e66..ab01679 100644 --- a/.github/workflows/build-debian-image-latest.yml +++ b/.github/workflows/build-debian-image-latest.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile