setup basic action based ci #3

Merged
OCram85 merged 9 commits from actions into main 2023-07-10 11:51:45 +02:00
Showing only changes of commit 3de1e0b0b7 - Show all commits

View File

@ -28,7 +28,8 @@ jobs:
with:
registry: gitea.ocram85.com
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
#password: ${{ secrets.PASSWORD }}
password: ${{ secrets.TOKEN }}
-
name: Build and push
uses: actions/build-push-action@v4