ignore _temp

This commit is contained in:
Elio Bischof
2025-06-17 13:08:27 +02:00
parent 13d11ed0b1
commit e91aaf5db1
2 changed files with 4 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ Makefile
docker-bake.hcl docker-bake.hcl
*.md *.md
.gitignore .gitignore
_temp

View File

@@ -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()