forked from Fijxu/anubis-patches
update
This commit is contained in:
parent
a155a2b898
commit
2f775cde11
1 changed files with 2 additions and 10 deletions
|
@ -60,7 +60,7 @@ jobs:
|
|||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: "git.nadeko.net/fijxu/anubis-modified"
|
||||
images: git.nadeko.net/fijxu/anubis
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
@ -75,13 +75,5 @@ jobs:
|
|||
npm ci
|
||||
npm run container
|
||||
env:
|
||||
DOCKER_REPO: "git.nadeko.net/fijxu/anubis-modified"
|
||||
DOCKER_REPO: git.nadeko.net/fijxu/anubis
|
||||
SLOG_LEVEL: debug
|
||||
|
||||
# I don't need this.
|
||||
# - name: Generate artifact attestation
|
||||
# uses: github.com/actions/attest-build-provenance@v2
|
||||
# with:
|
||||
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
# subject-digest: ${{ steps.build.outputs.digest }}
|
||||
# push-to-registry: true
|
||||
|
|
Loading…
Add table
Reference in a new issue