3 Commits

Author SHA1 Message Date
zardzul b80687f67d Merge pull request 'revamp build' (#2) from feature/new-config into main
Deploy to Production / deploy-to-production (push) Has been cancelled
Build and Publish Docker Image / build-and-push (push) Failing after 36s
Restart Server / restart-server (push) Failing after 22s
Reviewed-on: #2
2026-02-12 10:18:18 +00:00
zardzul 8c3c1c4096 Merge branch 'main' into feature/new-config 2026-02-12 10:18:08 +00:00
zardzul 81bcc049e0 revamp build 2026-02-12 11:16:24 +01:00
+5 -4
View File
@@ -15,15 +15,16 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
- name: Log in to git.cashew.network registry
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: git.cashew.network
username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_PASSWORD }}
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/ironveil:${{ github.ref_name }}
tags: ${{ secrets.GIT_USERNAME }}/ironveil:${{ github.ref_name }}