This commit is contained in:
@@ -34,7 +34,7 @@ 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 build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }}
|
||||||
- name: Run Test
|
- name: Run Test
|
||||||
run: >
|
run: >
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
|||||||
Reference in New Issue
Block a user