parent
919ef464e1
commit
ee9fb152f1
1 changed files with 2 additions and 7 deletions
|
@ -9,13 +9,6 @@ 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:
|
||||||
|
@ -23,6 +16,8 @@ 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