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 5869823 commit 86037e4Copy full SHA for 86037e4
.github/workflows/docker-image.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Build the Alpine Docker image
20
run: docker build . --file Dockerfile.alpine --tag backup-utils-alpine:${GITHUB_RUN_ID}
21
- name: Run tests in Debian Docker image
22
- run: docker run backup-utils-debian:${GITHUB_RUN_ID} script/cibuild --no-package
+ run: docker run backup-utils-debian:${GITHUB_RUN_ID} ghe-backup --version
23
- name: Run tests in Alpine Docker image
24
- run: docker run backup-utils-alpine:${GITHUB_RUN_ID} script/cibuild --no-package
+ run: docker run backup-utils-alpine:${GITHUB_RUN_ID} ghe-backup --version
25
+
0 commit comments