From 206c388e8dd3dffbf79ef73424d41d713d43d8c8 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 18 Mar 2020 17:30:39 -0600 Subject: [PATCH] Comments out git push --tags line --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 37f0da7..71b0403 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -138,14 +138,13 @@ jobs: Write-Host "Commit: $commit" git commit -m $commit git tag $($Env:VERSION) - - name: Push to Builds Repo shell: powershell run: | $branch = $($Env:GITHUB_REF) -replace "refs/heads/" Write-Host "Branch: $branch" git push -u origin $($branch) --force - git push --tags origin + #git push --tags origin - name: Check Directory run: | Get-ChildItem "./"