push
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m40s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m40s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user