update actions
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
docker / build-container (push) Failing after 0s

This commit is contained in:
OCram85 2023-07-06 09:35:03 +02:00
parent be6185e4fb
commit cb563d3b06

View File

@ -4,10 +4,9 @@ run-name: ${{ gitea.actor }} testing docker builder
on:
push:
branches: none #[ main ]
#paths: .github/workflows/1-actions-ci-cd-aks.yml
#branches: none #[ main ]
pull_request:
branches: none # [ main ]
#branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -26,8 +25,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: gitea.ocram85.com
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
-
name: Build and push
uses: docker/build-push-action@v4