1
Fork 0

Fix build tag

This commit is contained in:
Jake Howard 2020-05-10 16:55:33 +01:00
parent 598d4adb42
commit f0bc839abc
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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