main #69
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: ./Server/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: wonderking/continuity:latest,"wonderking/continuity:${{ github.ref_name }}"
|
tags: wonderking/continuity:latest,"wonderking/continuity:${{ github.ref_name }}"
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
|
|
Loading…
Reference in a new issue