I hate GitHub Actions

This commit is contained in:
Marco Aceti 2020-11-06 19:58:41 +01:00
parent 8e2c32b16a
commit 05bd23d8cf
Signed by: MarcoBuster
GPG Key ID: E4ABA81298E4F14D

View File

@ -52,7 +52,7 @@ jobs:
run: |
docker build \
--tag $IMAGE_TAG:$HASH_VERSION \
--tag $IMAGE_TAG:$VERSION
--tag $IMAGE_TAG:$VERSION \
.
- name: Login to registry