mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
⬆️ 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 * ⏪ revert dockerfile change --------- Co-authored-by: felinae98 <731499577@qq.com>
This commit is contained in:
parent
2efe7aa769
commit
c6ddbfb3b1
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user