From 96af8b931882ce6636b7b6bb6a72a82715626f0f Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 25 Sep 2020 13:24:05 +1000 Subject: [PATCH] no-tag --- .github/workflows/build-and-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index ab52227..e9a9442 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -21,7 +21,6 @@ jobs: build_extra_args: --build-arg=DESKTOP_ENVIRONMENT_USER=${{ env.REPOSITORY_OWNER }} dockerfile: docker/Dockerfile image_name: desktop-environment - push_git_tag: true registry: docker.pkg.github.com/${{ env.GITHUB_REPOSITORY }} username: ${{ env.REPOSITORY_OWNER }} password: ${{ secrets.GITHUB_TOKEN }}