Compare commits
1 Commits
1.1-sample
...
1.3-runner
| Author | SHA1 | Date | |
|---|---|---|---|
| 6445cfac59 |
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user