This commit is contained in:
parent
be42309eb1
commit
680896e374
@ -1,7 +1,20 @@
|
|||||||
name: ci
|
name: Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 6 * * 5'
|
||||||
push:
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
tags: [ 'v*.*.*' ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "main" ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
# Use docker.io or ghcr.io
|
||||||
|
REGISTRY: docker.io
|
||||||
|
RELEASE: latest
|
||||||
|
USER: sthopeless
|
||||||
|
IMAGE: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@ -28,4 +41,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: sthopeless/gitea-actions-repos-compare:latest
|
tags: ${{ env.REGISTRY }}/${{ env.USER }}/${{ env.IMAGE }}:${{ env.RELEASE }}
|
Loading…
x
Reference in New Issue
Block a user