forked from DarkCat09/docker-openj9-piped
ci: leeeeeroyyy clangins
This commit is contained in:
parent
d1c1980d67
commit
a6efd313f0
2 changed files with 3 additions and 13 deletions
|
@ -7,7 +7,6 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: git.dc09.ru # Change to your registry (e.g., forgejo.example.com)
|
||||
ORGANIZATION: nm17 # Docker Hub organization or Forgejo username
|
||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
GITHUB_API_URL: https://git.dc09.ru
|
||||
GITHUB_BASE_REF: git.dc09.ru
|
||||
|
@ -47,19 +46,10 @@ jobs:
|
|||
- name: Extract metadata (tags, labels)
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
env:
|
||||
REGISTRY: git.dc09.ru # Change to your registry (e.g., forgejo.example.com)
|
||||
ORGANIZATION: nm17 # Docker Hub organization or Forgejo username
|
||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
GITHUB_BASE_REF: git.dc09.ru
|
||||
GITHUB_SERVER_URL: https://git.dc09.ru
|
||||
DOCKERHUB_TOKEN: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
DOCKER_TOKEN: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
FORGEJO_URL: https://git.dc09.ru
|
||||
with:
|
||||
context: git
|
||||
images: |
|
||||
git.dc09.ru/${{ env.ORGANIZATION }}/${{ matrix.images.image_name }}
|
||||
git.dc09.ru/${{ env.GITHUB_REPOSITORY_OWNER }}/${{ matrix.images.image_name }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue