mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
All checks were successful
/ publish-docker (push) Successful in 32s
Tag names must be lower case.
19 lines
476 B
YAML
19 lines
476 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- forgejo-action
|
|
schedule:
|
|
- cron: '@monthly'
|
|
|
|
enable-email-notification: true
|
|
|
|
jobs:
|
|
publish-docker:
|
|
runs-on: ubuntu-act
|
|
steps:
|
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
|
- run: docker build -t linux-iso-seeder:latest .
|
|
- run: docker tag linux-iso-seeder:latest git.ratte.dev/laborratte5/linux-iso-seeder:latest
|
|
- run: echo $(git rev-parse --short HEAD)-$(date --utc --iso-8601)
|
|
|