We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2da86f commit d545ac5Copy full SHA for d545ac5
.github/workflows/docker.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
REGISTRY: ghcr.io
12
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: bootcs-cn/bootcs-cli
13
14
jobs:
15
build:
@@ -55,17 +55,3 @@ jobs:
55
labels: ${{ steps.meta.outputs.labels }}
56
cache-from: type=gha
57
cache-to: type=gha,mode=max
58
-
59
- test:
60
- runs-on: ubuntu-latest
61
- needs: build
62
- if: github.event_name != 'pull_request'
63
64
- steps:
65
- - name: Checkout repository
66
- uses: actions/checkout@v4
67
68
- - name: Test Docker image
69
- run: |
70
- docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest --version
71
- echo "Docker image test passed!"
0 commit comments