Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae6f9aebcb | |||
bc39e5bdba |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -28,6 +28,9 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: "Get tag name"
|
||||||
|
id: tag
|
||||||
|
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:
|
||||||
|
Reference in New Issue
Block a user