FIX : Docker Build Fix3
Some checks failed
Docker image build and push / build-push (push) Failing after 10s
Qodana / qodana (push) Has been cancelled

This commit is contained in:
tmddn3070 2024-05-10 08:04:05 +09:00
parent 623b3d9f79
commit fe4443360a

View File

@ -18,8 +18,8 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.runa.pw registry: git.runa.pw
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5