tag needs user/imagename, fixed
This commit is contained in:
parent
57ac4fb0d0
commit
a96064b0c4
1 changed files with 8 additions and 8 deletions
16
.github/workflows/build_docker_images.yml
vendored
16
.github/workflows/build_docker_images.yml
vendored
|
@ -73,13 +73,13 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Package
|
name: Package
|
||||||
-
|
# -
|
||||||
name: Generate tags
|
# name: Generate tags
|
||||||
id: docker_tags
|
# id: docker_tags
|
||||||
uses: dnaka91/action-docker-tags@v0.1
|
# uses: dnaka91/action-docker-tags@v0.1
|
||||||
-
|
# -
|
||||||
name: Show generated tags
|
# name: Show generated tags
|
||||||
run: echo "${{ steps.docker_tags.outputs.tags }}"
|
# run: echo "${{ steps.docker_tags.outputs.tags }}"
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
@ -88,4 +88,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/demo/Dockerfile
|
file: ./docker/demo/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: "demo"
|
tags: bengig/sebserver:demo
|
||||||
|
|
Loading…
Add table
Reference in a new issue