fixed docker build

This commit is contained in:
anhefti 2022-03-21 15:47:00 +01:00
parent e35b038085
commit 55958e7aba

View file

@ -147,8 +147,7 @@ jobs:
-
name: Sign image with a key
run: |
echo ${COSIGN_PRIVATE_KEY} > /tmp/my_cosign.key && \
cosign sign --key /tmp/my_cosign.key ${TAGS}
echo ${COSIGN_PRIVATE_KEY} > /tmp/my_cosign.key && cosign sign --key /tmp/my_cosign.key anhefti/seb-server:${{ env.TAG_NAME }}
env:
TAGS: |
anhefti/seb-server:${{ env.TAG_NAME }}