first commit
Some checks failed
Docker / docker (push) Failing after 39s

This commit is contained in:
Sthope 2025-03-18 20:56:26 +01:00
parent be42309eb1
commit 680896e374

View File

@ -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 }}