1
0
mirror of https://github.com/Damillora/phoebe.git synced 2025-04-14 19:13:13 +00:00

chore: once more update workflow

This commit is contained in:
Damillora 2025-02-23 19:27:28 +00:00
parent 6b0c47bcdb
commit 69abeb93cb

@ -25,13 +25,13 @@ jobs:
echo "PLATFORM=$PLATFORM" >> $GITHUB_ENV
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}