Compare commits

...

1 Commits

Author SHA1 Message Date
6445cfac59 [test build_push] 2024-11-23 16:12:26 +01:00
2 changed files with 11 additions and 8 deletions

View File

@@ -16,12 +16,12 @@ jobs:
# container: debian:bullseye # container: debian:bullseye
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# container: node:16-bullseye # container: node:16-bullseye
runs-on: debian-runner runs-on: docker:dind
container: # container:
image: ${{ vars.REGISTRY_DOCKER }}/${{ vars.DOCKER_IMAGE_RUNNER }}:latest # image: ${{ vars.REGISTRY_DOCKER }}/${{ vars.DOCKER_IMAGE_RUNNER }}:latest
credentials: # credentials:
username: ${{ secrets.REGISTRY_DOCKER_USER }} # username: ${{ secrets.REGISTRY_DOCKER_USER }}
password: ${{ secrets.REGISTRY_DOCKER_PASS }} # password: ${{ secrets.REGISTRY_DOCKER_PASS }}
steps: steps:

View File

@@ -1,7 +1,10 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] # on: [push]
on:
push:
tags:
- '*'
## Exemple https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml ## Exemple https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml
jobs: jobs: