This commit is contained in:
@@ -34,7 +34,12 @@ jobs:
|
||||
# tags: |
|
||||
# git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }}
|
||||
- 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
|
||||
run: >
|
||||
docker run --rm \
|
||||
|
||||
Reference in New Issue
Block a user