Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3245bac439 |
@@ -4,8 +4,9 @@ name: ci/cd to build and push docker image in private registry
|
||||
#https://www.devsync.se/ci/cd/docker/2023/10/27/gitea-runner-build-docker-containers.html
|
||||
|
||||
on:
|
||||
tags:
|
||||
- '*'
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build-debian-runner:
|
||||
@@ -24,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Show Information
|
||||
run: echo "Runner ${{ runner.os }} triggered by ${{ gitea.event_name }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
|
||||
|
||||
# - name: Install dnsutils and git (github actions)
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user