chore: Revert
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s
This commit is contained in:
parent
0c4b5269ac
commit
031ff9735f
1 changed files with 3 additions and 8 deletions
|
@ -1,16 +1,13 @@
|
|||
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
|
||||
|
@ -28,10 +25,8 @@ jobs:
|
|||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: git.kjan.de
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- name: Test
|
||||
run: echo ${{ gitea.instance }}
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
- name: Build and push docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue