Try to push to registry.
This commit is contained in:
@@ -50,14 +50,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
env:
|
|
||||||
ACTIONS_RUNTIME_TOKEN: ''
|
|
||||||
with:
|
with:
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ri-st/startup:latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
push: true
|
push: true
|
||||||
registry: https://cs-git.ddnss.de
|
|
||||||
username: ${{ env.USER }}
|
|
||||||
password: ${{ env.PASS }}
|
|
||||||
# cache-from: type=gha
|
# cache-from: type=gha
|
||||||
# cache-to: type=gha,mode=max
|
# cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user