mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:07:52 +00:00
chore: docker vars (#34)
This commit is contained in:
parent
b63c8b811b
commit
007fc9e9bd
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -117,6 +117,9 @@ jobs:
|
||||
release: # TODO Implement Docker Push and latest TAG
|
||||
runs-on: ubuntu-18.04
|
||||
needs: [container-prod, container-test]
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ github.actor }}
|
||||
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- name: Source checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user