1
0
Fork 0

asdjksajkhsad

This commit is contained in:
Fijxu 2025-03-29 22:09:59 -03:00
parent 6434e11cec
commit a155a2b898
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -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.