diff --git a/.github/workflows/deploy-container-main.yml b/.github/workflows/deploy-container-main.yml index f7034818..5f746e28 100644 --- a/.github/workflows/deploy-container-main.yml +++ b/.github/workflows/deploy-container-main.yml @@ -58,7 +58,7 @@ jobs: # Build the Docker image, and load it locally so it can be run for testing - name: Build Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./all-in-one push: false @@ -129,7 +129,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push to Container Registries - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./all-in-one push: true diff --git a/.github/workflows/test-container-pr.yml b/.github/workflows/test-container-pr.yml index f85843de..a6162f9f 100644 --- a/.github/workflows/test-container-pr.yml +++ b/.github/workflows/test-container-pr.yml @@ -62,7 +62,7 @@ jobs: # Build the Docker image, and load it locally so it can be run for testing - name: Build Docker Image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: ./all-in-one load: true