asd
This commit is contained in:
parent
3b11e28d6c
commit
986cdae5b0
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release-candidate.yml
vendored
6
.github/workflows/release-candidate.yml
vendored
|
|
@ -74,6 +74,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Login to docker hub
|
||||
if: success()
|
||||
uses: actions-hub/docker/login@v1.0.3
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Create & push manifest
|
||||
uses: actions-hub/docker/cli@v1.0.3
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue