Skip to content

Commit

Permalink
Fix push target (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Aug 12, 2021
1 parent fa62dda commit 98d093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
container_id=${{steps.devcontainer.outputs.id}}
docker exec -e DOCKER_PUSH_TARGET "$container_id" task controller:docker-tag-version
env:
DOCKER_PUSH_TARGET: ${{ secrets.REGISTRY_PRERELEASE }}
DOCKER_PUSH_TARGET: ${{ secrets.REGISTRY_PUBLIC }}

- name: Upload release assets
uses: svenstaro/upload-release-action@2f88c7710e85b1f8b5f6c3a2fcadaa7f865af713 # this is v2, but pinned
Expand Down

0 comments on commit 98d093e

Please sign in to comment.