修改docker
This commit is contained in:
parent
87247b853c
commit
4bbba7446a
4
.github/workflows/dockerTags.yml
vendored
4
.github/workflows/dockerTags.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Docker Build & Push to Docker Hub For Service
|
name: Docker Build & Push to Docker Hub For tag
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
tags: ${{ secrets.DOCKERHUB_TAG }}:${{ github.ref }}
|
tags: ${{ secrets.DOCKERHUB_TAG }}:${{ github.ref }}
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Docker Build & Push to Docker Hub For Service
|
name: Docker Build & Push to Docker Hub For latest
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
Loading…
Reference in New Issue
Block a user