From dc393fd5e7439b552ea66eccf43be0aa5a9f86c2 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Mon, 19 Feb 2024 13:54:41 +0100 Subject: [PATCH] Upgrade docker/build-push-action from v4 to v5. --- .github/workflows/mariadb.yml | 2 +- .github/workflows/mqtt.yml | 2 +- .github/workflows/postgres.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index efda0f5..60dd190 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -58,7 +58,7 @@ jobs: username: matthewbaggett password: ${{ secrets.GHCR_PASSWORD }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 name: Build & Push with: context: mariadb diff --git a/.github/workflows/mqtt.yml b/.github/workflows/mqtt.yml index dd12ff3..203d080 100644 --- a/.github/workflows/mqtt.yml +++ b/.github/workflows/mqtt.yml @@ -52,7 +52,7 @@ jobs: username: matthewbaggett password: ${{ secrets.GHCR_PASSWORD }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 name: Build & Push with: context: mqtt diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index eea93b6..f2dfe9a 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -97,7 +97,7 @@ jobs: type=raw,value=${{ matrix.version }}${{ matrix.alpine }},enable=true - name: "Docker: Build & Push" - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: postgres platforms: ${{ env.ACT && 'linux/amd64' || 'linux/amd64,linux/arm64' }}