change platform
release-tag / release-image (push) Successful in 54s

This commit is contained in:
2024-04-26 18:37:54 +02:00
parent be69ba4928
commit 5e6835eb79
+2 -6
View File
@@ -6,8 +6,7 @@ on:
jobs:
release-image:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
env:
DOCKER_ORG: legonzaur
DOCKER_LATEST: nightly
@@ -44,10 +43,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
platforms: |
linux/amd64
linux/arm64
file: ./Dockerfile
push: true
tags: | # replace it with your local IP and tags
git.legonzaur.fr/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}