Push docker image to this repo

This commit is contained in:
Fxsch
2024-02-02 13:50:10 +00:00
committed by GitHub
parent a8aa1756ea
commit 6306f185bc

View File

@@ -64,14 +64,14 @@ jobs:
- name: "Build, Tag, and push the Docker image"
env:
IMAGE_NAME: ghcr.io/manimatter/decluttarr
IMAGE_NAME: ghcr.io/fxsch/decluttarr
IMAGE_TAG: ${{ steps.setversion.outputs.new_tag }}
run: |
docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME:$IMAGE_TAG -f docker/Dockerfile --push .
- name: "Build, Tag, and push the Docker image"
env:
IMAGE_NAME: ghcr.io/manimatter/decluttarr
IMAGE_NAME: ghcr.io/fxsch/decluttarr
IMAGE_TAG: latest
run: |
docker buildx build --platform linux/amd64,linux/arm64 -t $IMAGE_NAME:$IMAGE_TAG -f docker/Dockerfile --push .