Try to push to registry.

This commit is contained in:
2024-02-24 16:58:08 +01:00
parent 8487692c26
commit 6b70906c69

View File

@@ -49,10 +49,10 @@ jobs:
images: ${{ env.REGISTRY }}/ri-st/startup
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v5
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true