forked from Fijxu/anubis-patches
asdjksajkhsad
This commit is contained in:
parent
6434e11cec
commit
a155a2b898
1 changed files with 8 additions and 8 deletions
|
@ -60,13 +60,13 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: "git.nadeko.net/fijxuu/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}}-
|
||||
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}}-
|
||||
|
||||
- name: Build and push
|
||||
id: build
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
npm ci
|
||||
npm run container
|
||||
env:
|
||||
DOCKER_REPO: "git.nadeko.net/fijxuu/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