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
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: "git.nadeko.net/fijxuu/anubis-modified"
|
images: "git.nadeko.net/fijxu/anubis-modified"
|
||||||
# tags: |
|
tags: |
|
||||||
# type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
# type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
# type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
# type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||||
# type=sha,prefix={{branch}}-
|
type=sha,prefix={{branch}}-
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: build
|
id: build
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
npm ci
|
npm ci
|
||||||
npm run container
|
npm run container
|
||||||
env:
|
env:
|
||||||
DOCKER_REPO: "git.nadeko.net/fijxuu/anubis-modified"
|
DOCKER_REPO: "git.nadeko.net/fijxu/anubis-modified"
|
||||||
SLOG_LEVEL: debug
|
SLOG_LEVEL: debug
|
||||||
|
|
||||||
# I don't need this.
|
# I don't need this.
|
||||||
|
|
Loading…
Add table
Reference in a new issue