Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a1693033aa | |||
a1246aec9e |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -28,10 +28,12 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Check out"
|
||||||
|
uses: actions/checkout@v2
|
||||||
- name: "Get tag name"
|
- name: "Get tag name"
|
||||||
id: tag
|
id: tag
|
||||||
uses: dawidd6/action-get-tag@v1
|
uses: dawidd6/action-get-tag@v1
|
||||||
- name: "Login to DockerHub"
|
- name: "Login to dockerhub"
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
Reference in New Issue
Block a user