chore: docker vars (#34)

This commit is contained in:
Florian Forster
2020-04-06 09:44:32 +02:00
committed by GitHub
parent b63c8b811b
commit 007fc9e9bd

View File

@@ -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