mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
This commit is contained in:
parent
91e4370c98
commit
c13a63bbaf
1 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,12 @@ jobs:
|
|||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.ratte.dev
|
||||
username: Laborratte5
|
||||
password: ${{ secrets.PACKAGE_REGISTRY_TOKEN }}
|
||||
- id: create_version_string
|
||||
run: echo version_tag=$(git rev-parse --short HEAD)-$(date --utc --iso-8601) >> $FORGEJO_OUTPUT
|
||||
- name: Build and push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue