push
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m40s

This commit is contained in:
root
2024-07-15 17:23:44 +02:00
parent 09d96bbdd5
commit 6c695eb0fd

View File

@@ -20,6 +20,12 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Login to the Container registry
uses: docker/login-action@v2
with:
registry: git.hyperon.be
username: bramvandendaele1@gmail.com
password: ${{ secrets.CI_TOKEN }}
- name: build and push docker image
uses: https://github.com/docker/build-push-action@v5
with: