change workflow
All checks were successful
renovate / renovate (push) Successful in 1m36s

This commit is contained in:
2025-06-08 22:12:43 -05:00
parent 05eb8a092c
commit f1e3e4ecaa
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
.DS_Store .DS_Store
.astro
.gitea
.vscode
node_modules node_modules
dist dist

View File

@@ -64,12 +64,14 @@ jobs:
with: with:
context: . context: .
load: true load: true
tags: ${{ env.TEST_TAG }} platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ./Dockerfile file: ./Dockerfile
- name: Test - name: Test
run: | run: |
docker run --rm ${{ env.TEST_TAG }} docker run --rm
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6