mirror of
https://github.com/purofle/remake_bot.git
synced 2025-06-17 23:03:30 +08:00
Update docker.yml
This commit is contained in:
parent
5597177afa
commit
fc9c3b481f
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GH_USERNAME }}
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build & Push
|
||||
uses: docker/build-push-action@v6.11.0
|
||||
with:
|
||||
@ -30,4 +30,4 @@ jobs:
|
||||
tags: ghcr.io/purofle/sbbot:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=registry,ref=ghcr.io/purofle/sbbot:latest
|
||||
cache-to: type=inline
|
||||
cache-to: type=inline
|
||||
|
Loading…
Reference in New Issue
Block a user