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