main #69
1 changed files with 1 additions and 2 deletions
|
@ -102,11 +102,10 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
registry: forge.rainote.dev
|
|
||||||
context: .
|
context: .
|
||||||
file: Server/Dockerfile
|
file: Server/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: forge.rainote.dev/wonderking/continuity:latest,forge.rainote.dev/wonderking/continuity:${{ github.ref_name }}
|
tags: forge.rainote.dev/Wonderking/Continuity:latest,forge.rainote.dev/Wonderking/Continuity:${{ github.ref_name }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
dependency-track-container:
|
dependency-track-container:
|
||||||
needs: build-push-server-container
|
needs: build-push-server-container
|
||||||
|
|
Loading…
Reference in a new issue