Try to push to registry.
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
driver: docker-container
|
driver: docker-container
|
||||||
|
|
||||||
@@ -51,9 +51,11 @@ jobs:
|
|||||||
images: ${{ env.REGISTRY }}/ri-st/startup
|
images: ${{ env.REGISTRY }}/ri-st/startup
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v4
|
||||||
|
env:
|
||||||
|
ACTIONS_RUNTIME_TOKEN: '''
|
||||||
with:
|
with:
|
||||||
tags: ri-st/startup:latest
|
tags: cs-git.ddnss.de/ri-st/startup:latest
|
||||||
push: true
|
push: true
|
||||||
# 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