.gitea/workflows/deploy.yaml aktualisiert
Some checks failed
Build and Push Docker Images / build (push) Failing after 1m17s
Some checks failed
Build and Push Docker Images / build (push) Failing after 1m17s
This commit is contained in:
@@ -24,14 +24,14 @@ jobs:
|
|||||||
- name: Log in to local registry
|
- name: Log in to local registry
|
||||||
if: ${{ secrets.REGISTRY_USER != '' }}
|
if: ${{ secrets.REGISTRY_USER != '' }}
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login 192.168.0.26:5008 -u ${{ secrets.REGISTRY_USER }} --password-stdin || true
|
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login crylia -u ${{ secrets.REGISTRY_USER }} --password-stdin || true
|
||||||
|
|
||||||
- name: Build and Push Client
|
- name: Build and Push Client
|
||||||
run: |
|
run: |
|
||||||
echo "🚀 Building Client..."
|
echo "🚀 Building Client..."
|
||||||
docker buildx build --load -t crylia/japanese-srs-trainer-wanikani-client:latest -f client/Dockerfile client
|
docker buildx build --load -t crylia/japanese-srs-trainer-wanikani-client:latest -f client/Dockerfile client
|
||||||
docker tag crylia/japanese-srs-trainer-wanikani-client:latest 192.168.0.26:5008/japanese-srs-trainer-wanikani-client:latest
|
docker tag crylia/japanese-srs-trainer-wanikani-client:latest crylia/japanese-srs-trainer-wanikani-client:latest
|
||||||
docker push 192.168.0.26:5008/japanese-srs-trainer-wanikani-client:latest
|
docker push crylia/japanese-srs-trainer-wanikani-client:latest
|
||||||
|
|
||||||
- name: Build and Push Server
|
- name: Build and Push Server
|
||||||
run: |
|
run: |
|
||||||
@@ -40,5 +40,5 @@ jobs:
|
|||||||
--build-arg ACCESS_TOKEN_SECRET=${ACCESS_TOKEN_SECRET} \
|
--build-arg ACCESS_TOKEN_SECRET=${ACCESS_TOKEN_SECRET} \
|
||||||
--build-arg REFRESH_TOKEN_SECRET=${REFRESH_TOKEN_SECRET} \
|
--build-arg REFRESH_TOKEN_SECRET=${REFRESH_TOKEN_SECRET} \
|
||||||
--load -t crylia/japanese-srs-trainer-wanikani-server:latest -f server/Dockerfile server
|
--load -t crylia/japanese-srs-trainer-wanikani-server:latest -f server/Dockerfile server
|
||||||
docker tag crylia/japanese-srs-trainer-wanikani-server:latest 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
docker tag crylia/japanese-srs-trainer-wanikani-server:latest crylia/japanese-srs-trainer-wanikani-server:latest
|
||||||
docker push 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
docker push crylia/japanese-srs-trainer-wanikani-server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user