ci: Build Docker image
This commit is contained in:
parent
ce057bd4b4
commit
7ef262be18
2 changed files with 28 additions and 0 deletions
11
.forgejo/workflows/deploy.yaml
Normal file
11
.forgejo/workflows/deploy.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
jobs:
|
||||
build:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||
with:
|
||||
credentials: |
|
||||
https://index.docker.io/v1/=${{ secrets.DCKER_USER }}:${{ secrets.DOCKER_PASSWORD }}
|
||||
destinations: |
|
||||
docker.io/fleaz/shippinglabel:latest
|
||||
push: true
|
Loading…
Add table
Add a link
Reference in a new issue