From 08634e04a5c6a7d074a44a748674d1c9a287dee3 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 1 Oct 2023 11:08:56 +0200 Subject: [PATCH] test --- .github/workflows/push-main-image-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 887a8e7..626b1c1 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -42,5 +42,5 @@ jobs: env: IMAGE_TAG: ${{ env.GIT_TAG }} run: | - docker build -f docker/Dockerfile . -t ghcr.io/manimatter/decluttarr:latest -t ghcr.io/manimatter/decluttarr:$IMAGE_TAG + docker build -f docker/Dockerfile . -t ghcr.io/manimatter/decluttarr:$IMAGE_TAG docker push ghcr.io/manimatter/decluttarr:latest \ No newline at end of file