Archived
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user