From 600679a23958f25969b940d4ae81867718755fd9 Mon Sep 17 00:00:00 2001 From: SumisuMC Date: Mon, 14 Oct 2024 19:13:32 +0000 Subject: [PATCH] Update .github/actions/common-docker-build/action.yml --- .github/actions/common-docker-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/common-docker-build/action.yml b/.github/actions/common-docker-build/action.yml index ea8e21e..0a7995a 100755 --- a/.github/actions/common-docker-build/action.yml +++ b/.github/actions/common-docker-build/action.yml @@ -49,6 +49,6 @@ runs: - name: Create and push manifest uses: docker/metadata-action@v3 with: - images: jierka/obscreen + images: csmith1865/obscreen tags: ${{ inputs.manifest_tags }} flavor: ${{ inputs.flavor }}