This commit is contained in:
parent
ee9fb152f1
commit
ec3763e0b7
1 changed files with 7 additions and 2 deletions
|
@ -9,6 +9,13 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
- name: Login to git.kakio.us
|
||||||
|
uses: docker/login-action@v3.3.0
|
||||||
|
with:
|
||||||
|
registry: git.kakio.us
|
||||||
|
username: kakious
|
||||||
|
password: ${{ secrets.REPO_PUSH }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
@ -16,8 +23,6 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
secrets: |
|
|
||||||
GIT_AUTH_TOKEN=${{ secrets.REPO_PUSH }}
|
|
||||||
tags: |
|
tags: |
|
||||||
git.kakio.us/kakious/fibermonitor:latest
|
git.kakio.us/kakious/fibermonitor:latest
|
||||||
git.kakio.us/kakious/fibermonitor:${{ github.sha }}
|
git.kakio.us/kakious/fibermonitor:${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue