Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b80687f67d | |||
| 8c3c1c4096 | |||
| 81bcc049e0 |
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user