Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit bdb7b05

Browse files
committed
Update on-release.yml
1 parent bd07a84 commit bdb7b05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
run: |
1717
source <(curl -sL http://ci.q-ctrl.com)
1818
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
19-
./ci docker run qctrl/python-build:3.7 /scripts/housekeeping.sh
19+
./ci docker run qctrl/ci-images::python-3.7-ci /scripts/housekeeping.sh
2020
- name: Publish publicly
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
run: |
2424
source <(curl -sL http://ci.q-ctrl.com)
25-
./ci docker run qctrl/python-build:3.7 /scripts/publish-release-publicly.sh
25+
./ci docker run qctrl/ci-images::python-3.7-ci /scripts/publish-release-publicly.sh
2626
- name: Publish internally
2727
run: |
28-
./ci docker run qctrl/python-build:3.7 /scripts/publish-release-internally.sh
28+
./ci docker run qctrl/ci-images::python-3.7-ci /scripts/publish-release-internally.sh

0 commit comments

Comments
 (0)