From ddd4f82bbfe8a556bfbf292d5f6a8ef1bc9ac00b Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Dec 2021 16:06:23 +0100 Subject: [PATCH] Test pushing Docker new images --- .github/workflows/docker-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-new.yml b/.github/workflows/docker-new.yml index 6636ac4..bc93373 100644 --- a/.github/workflows/docker-new.yml +++ b/.github/workflows/docker-new.yml @@ -24,7 +24,7 @@ jobs: # Export environment variables for all stages. DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - DOCKER_DEPLOY_IMAGES: false + DOCKER_DEPLOY_IMAGES: true # //TEMP replace with correct repo once we are happy with tags DOCKER_REPO: lycheeverse/lychee-dev DOCKER_PLATFORMS: linux/amd64,linux/arm64/v8