Try to push to registry.

This commit is contained in:
2024-02-24 17:28:02 +01:00
parent 3b466f3b61
commit d110221482

View File

@@ -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