diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8a2018f..94319670 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -131,7 +131,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Change the dockerfile to use the test image if we've been triggered as a test @@ -257,7 +257,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:latest @@ -350,7 +350,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:version specific @@ -443,7 +443,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Patch dockerfile to remove healthcheck - name: Patch Dockerfile to remove healthcheck @@ -543,7 +543,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Patch dockerfile to remove healthcheck - name: Patch Dockerfile to remove healthcheck diff --git a/.github/workflows/test-pr build.yml b/.github/workflows/test-pr build.yml index 1fee6220..1efcf385 100644 --- a/.github/workflows/test-pr build.yml +++ b/.github/workflows/test-pr build.yml @@ -113,7 +113,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:nextgen-test @@ -215,7 +215,7 @@ jobs: - name: Set up Docker Buildx id: buildx if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Patch Dockerfile if Nextgen was built for this branch if: steps.changed-file-nextgen.outputs.any_changed == 'true'