mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-17 16:42:21 +01:00
Fixes
This commit is contained in:
parent
0feb30a0e8
commit
b4feae365a
@ -12,8 +12,8 @@ steps:
|
||||
privileged: true
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: token
|
||||
from_secret: gitea
|
||||
commands:
|
||||
- img login -u kieran -p $TOKEN git.v0l.io
|
||||
- img build -t git.v0l.io/kieran/void-cat:latest .
|
||||
- img push git.v0l.io/kieran/void-cat:latest
|
||||
- img push git.v0l.io/kieran/void-cat:latest
|
||||
|
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -1,24 +0,0 @@
|
||||
name: build
|
||||
on:
|
||||
push:
|
||||
branches: [ v4-re ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/login-action@v1
|
||||
with:
|
||||
username: voidic
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
- name: Build the Docker image
|
||||
run: docker buildx build -t ghcr.io/v0l/void.cat/app:latest -t voidic/void.cat:latest --platform linux/amd64 --push .
|
Loading…
x
Reference in New Issue
Block a user