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
|
name: Build and Push Docker Image
|
||||||
run-name: Build and Push Docker Image
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -27,6 +30,8 @@ jobs:
|
||||||
registry: git.kjan.de
|
registry: git.kjan.de
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
- name: Test
|
||||||
|
run: echo ${{ gitea.instance }}
|
||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue