revamp build #2

Merged
zardzul merged 2 commits from feature/new-config into main 2026-02-12 10:18:19 +00:00
Showing only changes of commit 81bcc049e0 - Show all commits
+5 -4
View File
@@ -15,15 +15,16 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 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 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_USERNAME }} registry: git.cashew.network
password: ${{ secrets.DOCKER_PASSWORD }} username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_PASSWORD }}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
push: true push: true
tags: ${{ secrets.DOCKER_USERNAME }}/ironveil:${{ github.ref_name }} tags: ${{ secrets.GIT_USERNAME }}/ironveil:${{ github.ref_name }}