mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
ci: docker test fixes
This commit is contained in:
committed by
Joachim Van Herwegen
parent
93a141dd61
commit
c902638bde
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -199,12 +199,12 @@ jobs:
|
||||
name: "Test docker image 'edge'"
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
docker run --rm solidproject/community-server:edge --version
|
||||
docker run --rm --pull never solidproject/community-server:edge --version
|
||||
-
|
||||
name: "Test docker image 'latest'"
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
docker run --rm solidproject/community-server:latest --version
|
||||
docker run --rm --pull never solidproject/community-server:latest --version
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
@@ -265,7 +265,7 @@ jobs:
|
||||
-
|
||||
name: "Test docker image 'next'"
|
||||
run: |
|
||||
docker run --rm solidproject/community-server:next --version
|
||||
docker run --rm --pull never solidproject/community-server:next --version
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
|
||||
Reference in New Issue
Block a user