mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
fix: docker forcing it's own registry
This commit is contained in:
@@ -56,8 +56,14 @@ jobs:
|
|||||||
context: frontend/
|
context: frontend/
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
push: true
|
push: false
|
||||||
tags: registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8}
|
tags: kemkas:${GITHUB_SHA::8}
|
||||||
|
- name: Tag container image
|
||||||
|
run: |
|
||||||
|
docker tag kemkas:${GITHUB_SHA::8} registry.digitalocean.com/kemkas/kemkas:${GITHUB_SHA::8}
|
||||||
|
- name: Push image to Container Registry
|
||||||
|
run: |
|
||||||
|
docker push registry.digitalocean.com/kemkas/kemkas:latest
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user