This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.DS_Store
|
||||
.astro
|
||||
.gitea
|
||||
.vscode
|
||||
node_modules
|
||||
dist
|
@@ -64,12 +64,14 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
load: true
|
||||
tags: ${{ env.TEST_TAG }}
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
file: ./Dockerfile
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
docker run --rm ${{ env.TEST_TAG }}
|
||||
docker run --rm
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
|
Reference in New Issue
Block a user