This commit is contained in:
parent
433ea42b15
commit
c095001fdd
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ jobs:
|
|||
- run: apk add --no-cache nodejs git
|
||||
- name: login to container registry
|
||||
run: echo "${{ secrets.PACKAGE_PUBLISH_TOKEN }}" | docker login --username finn --password-stdin git.janky.solutions
|
||||
- name: build container
|
||||
- name: build container image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: Containerfile
|
||||
tags: git.janky.solutions/finn/lockserver:latest
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/armv7l
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue