mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 19:32:16 +00:00
don't checkout again
This commit is contained in:
2
.dockerignore
Normal file
2
.dockerignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/*
|
||||||
|
!/docker
|
||||||
13
.github/workflows/docker.yml
vendored
13
.github/workflows/docker.yml
vendored
@@ -61,23 +61,12 @@ jobs:
|
|||||||
- name: Build for Docker
|
- name: Build for Docker
|
||||||
run: NEXT_PUBLIC_BASE_PATH=/new-login pnpm build:docker
|
run: NEXT_PUBLIC_BASE_PATH=/new-login pnpm build:docker
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: ls -la .
|
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: ls -la ./docker
|
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: ls -la ./docker/apps
|
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: ls -la ./docker/apps/login
|
|
||||||
|
|
||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user