just login manually instead of using action
Test and build image / unit-test (push) Successful in 1m50s Details
Test and build image / build (push) Failing after 2m9s Details

This commit is contained in:
Alie 2024-01-07 14:04:42 +01:00
parent 2c79a2ebfd
commit 6979e5451e
1 changed files with 1 additions and 5 deletions

View File

@ -56,11 +56,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Login to fai.st docker registry - name: Login to fai.st docker registry
uses: docker/login-action@v3 run: docker login git.fai.st -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
with:
registry: git.fai.st
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with: