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