This commit is contained in:
@@ -34,7 +34,12 @@ jobs:
|
|||||||
# tags: |
|
# tags: |
|
||||||
# git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
|
# git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
|
||||||
- name: Build test image.
|
- name: Build test image.
|
||||||
run: docker buildx build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }} ./
|
run: >
|
||||||
|
docker buildx build \
|
||||||
|
-file Dockerfile.test \
|
||||||
|
--tag ${{ gitea.repositry }}:test \
|
||||||
|
--load
|
||||||
|
./
|
||||||
- name: Run Test
|
- name: Run Test
|
||||||
run: >
|
run: >
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|||||||
Reference in New Issue
Block a user