sync: master → slave

This commit is contained in:
roboco-app[bot]
2026-07-31 01:26:15 +00:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -31,14 +31,14 @@ jobs:
df -h /
- name: Log in to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to Docker Hub
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
username: renzof93
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -189,7 +189,7 @@ jobs:
df -h /
- name: Log in to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}