don't checkout again

This commit is contained in:
Elio Bischof
2025-02-21 13:56:08 +01:00
parent 6d2dcb6cd2
commit e7c1ba7984
2 changed files with 3 additions and 12 deletions

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
/*
!/docker

View File

@@ -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 }}