fix docker layer tag

This commit is contained in:
2023-10-26 15:57:35 +02:00
parent f76b8f503c
commit bab073407e
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
docker tag kemkas/kemkas:edge registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8} docker tag kemkas/kemkas:edge registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8}
- name: Push image to Container Registry - name: Push image to Container Registry
run: | run: |
docker push registry.digitalocean.com/kemkas/kemkas:latest docker push registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8}
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest