File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Build the Debian Docker image
18
- run : docker build . --file Dockerfile --tag backup-utils-debian :${GITHUB_RUN_ID}
18
+ run : docker build . --file Dockerfile --tag backup-utils:${GITHUB_RUN_ID}
19
19
- name : Build the Alpine Docker image
20
20
run : docker build . --file Dockerfile.alpine --tag backup-utils-alpine:${GITHUB_RUN_ID}
21
21
- name : Run tests in Debian Docker image
22
- run : docker run backup-utils-debian :${GITHUB_RUN_ID} ghe-backup --version
22
+ run : docker run backup-utils:${GITHUB_RUN_ID} ghe-backup --version
23
23
- name : Run tests in Alpine Docker image
24
24
run : docker run backup-utils-alpine:${GITHUB_RUN_ID} ghe-backup --version
25
25
You can’t perform that action at this time.
0 commit comments