Fix build tag
This commit is contained in:
parent
598d4adb42
commit
f0bc839abc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build --tag $GITHUB_REPOSITORY .
|
run: docker build . --tag ${GITHUB_REPOSITORY,,}
|
||||||
|
|
||||||
- name: Show image info
|
- name: Show image info
|
||||||
run: docker images
|
run: docker images
|
||||||
|
|
Loading…
Reference in a new issue