docker stuff
This commit is contained in:
parent
c26037dee8
commit
fb9e0c1966
2 changed files with 43 additions and 0 deletions
18
.forgejo/workflows/build.yaml
Normal file
18
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: git.olympuslab.net
|
||||
username: ${{ secrets.CONTAINER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
- name: Build
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
context: .
|
||||
tags: git.olympuslab.net/alice/notes:latest
|
||||
load: true
|
Loading…
Add table
Add a link
Reference in a new issue