Try to push to registry.
This commit is contained in:
@@ -48,11 +48,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/ri-st/startup
|
images: ${{ env.REGISTRY }}/ri-st/startup
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@v5
|
run: docker build -t cs-git.ddnss.de/ri-st/startup:latest
|
||||||
with:
|
|
||||||
tags: https://cs-git.ddnss.de/ri-st/startup:latest
|
- name: Push Docker image
|
||||||
push: true
|
run: docker push cs-git.ddnss.de/ri-st/startup:latest
|
||||||
load: true
|
|
||||||
# cache-from: type=gha
|
|
||||||
# cache-to: type=gha,mode=max
|
|
||||||
|
|||||||
Reference in New Issue
Block a user