mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 09:07:45 +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
|
||||
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
|
||||
id: build
|
||||
uses: docker/build-push-action@v5
|
||||
timeout-minutes: 10
|
||||
with:
|
||||
context: .
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Reference in New Issue
Block a user