forked from Fijxu/anubis-patches
i'm lkikiasdasd
This commit is contained in:
parent
14a4f08b56
commit
3b548cce90
1 changed files with 13 additions and 15 deletions
|
@ -7,15 +7,13 @@ on:
|
|||
|
||||
env:
|
||||
DOCKER_METADATA_SET_OUTPUT_ENV: "true"
|
||||
REGISTRY: git.nadeko.net
|
||||
IMAGE_NAME: fijxu/anubis-modified
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
attestations: write
|
||||
id-token: write
|
||||
pull-requests: write
|
||||
# permissions:
|
||||
# contents: read
|
||||
# packages: write
|
||||
# attestations: write
|
||||
# id-token: write
|
||||
# pull-requests: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -63,12 +61,12 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: git.nadeko.net/fijxu/anubis-modified
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
type=sha,prefix={{branch}}-
|
||||
# tags: |
|
||||
# type=semver,pattern={{version}}
|
||||
# type=semver,pattern={{major}}.{{minor}}
|
||||
# type=semver,pattern={{major}}
|
||||
# type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
# type=sha,prefix={{branch}}-
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
|
@ -77,7 +75,7 @@ jobs:
|
|||
npm ci
|
||||
npm run container
|
||||
env:
|
||||
DOCKER_REPO: git.nadeko.net/fijxu/anubis-modified
|
||||
DOCKER_REPO: "git.nadeko.net/fijxu/anubis-modified"
|
||||
SLOG_LEVEL: debug
|
||||
|
||||
# I don't need this.
|
Loading…
Add table
Reference in a new issue