add new ci file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Gitea Actions to build image
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on: [never]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
- name: Log into registry ${{ vars.REGISTRY_DOCKER }}
|
||||
# env:
|
||||
# REGISTRY_DOCKER: registry.jingoh.fr
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||
uses: docker/login-action@v3 # v3.0.0
|
||||
with:
|
||||
registry: ${{ vars.REGISTRY_DOCKER }}
|
||||
username: ${{ secrets.REGISTRY_DOCKER_USER }}
|
||||
|
||||
Reference in New Issue
Block a user