This commit is contained in:
parent
be42309eb1
commit
680896e374
@ -1,7 +1,20 @@
|
||||
name: ci
|
||||
name: Docker
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * 5'
|
||||
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:
|
||||
docker:
|
||||
@ -28,4 +41,4 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
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