Compare commits

...

1 Commits
2.4 ... 2.5

Author SHA1 Message Date
3245bac439 azea 2023-11-19 16:22:35 +01:00

View File

@@ -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 #https://www.devsync.se/ci/cd/docker/2023/10/27/gitea-runner-build-docker-containers.html
on: on:
tags: push:
- '*' tags:
- '*'
jobs: jobs:
build-debian-runner: build-debian-runner:
@@ -24,7 +25,7 @@ jobs:
steps: steps:
- name: Show Information - 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) # - name: Install dnsutils and git (github actions)
# run: | # run: |