diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6e31c1f..bd52641 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,6 +45,6 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - repository: myorg/myrepository + repository: compscidr/goblog tag_with_ref: true push: ${{ startsWith(github.ref, 'refs/tags/') }}