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 3c7eab8 commit 1623128Copy full SHA for 1623128
.github/workflows/ci.yml
@@ -65,6 +65,3 @@ jobs:
65
- name: Push image
66
if: github.ref == 'refs/heads/main'
67
run: docker push ghcr.io/${{ github.repository }}:latest
68
-
69
- - name: Test Docker image
70
- run: bash ./test-docker.sh
test-docker.sh
0 commit comments