From c6ddbfb3b12e10000391c2ec5b7d47ad8fe64d63 Mon Sep 17 00:00:00 2001 From: PangBoy Date: Tue, 18 Jul 2023 15:10:49 +0800 Subject: [PATCH] :arrow_up: update dependencies (#276) * update dependencies Fix: Warning: The save-state command is deprecated and will be disabled soon. P.S. This could potentially fix the "Package 'python-dev' has no installation candidate" issue too. https://github.com/docker/build-push-action/issues/779 * try to fix docker main not pass issue * :rewind: revert dockerfile change --------- Co-authored-by: felinae98 <731499577@qq.com> --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f12653..d8a9491 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,10 +133,10 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Test Build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 if: github.event_name == 'pull_request' with: context: . @@ -166,7 +166,7 @@ jobs: uses: EthanSK/git-branch-name-action@v1 - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 if: github.event_name != 'pull_request' with: context: . @@ -194,7 +194,7 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Git Branch Name id: git-branch-name @@ -208,7 +208,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: . file: ./docker/Dockerfile_with_frontend_sentry