chore: Test some more
Some checks failed
Build and Push Docker Image / Build (push) Failing after 20s
Some checks failed
Build and Push Docker Image / Build (push) Failing after 20s
This commit is contained in:
parent
1a37670308
commit
0c4b5269ac
1 changed files with 6 additions and 1 deletions
|
@ -1,13 +1,16 @@
|
|||
name: Build and Push Docker Image
|
||||
run-name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -27,6 +30,8 @@ jobs:
|
|||
registry: git.kjan.de
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- name: Test
|
||||
run: echo ${{ gitea.instance }}
|
||||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue