diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f2d9ae0..3f08439 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -130,7 +130,9 @@ jobs: Write-Host $commit git commit -m $commit git tag $($Env:VERSION) - git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force + $branch = $($Env:GITHUB_REF) -Replace "refs/heads/" + Write-Host $branch + git push --set-upstream origin $branch --force git push --tags origin - name: Check Directory run: |