mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
ignore _temp
This commit is contained in:
@@ -26,3 +26,4 @@ Makefile
|
||||
docker-bake.hcl
|
||||
*.md
|
||||
.gitignore
|
||||
_temp
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: ls -la
|
||||
- name: Build
|
||||
uses: docker/bake-action@v6
|
||||
env:
|
||||
@@ -46,3 +47,5 @@ jobs:
|
||||
login-lint
|
||||
provenance: false
|
||||
load: true
|
||||
- run: ls -la
|
||||
if: always()
|
||||
|
Reference in New Issue
Block a user