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 53e58cb commit cbe4a3aCopy full SHA for cbe4a3a
.github/workflows/build-images.yml
@@ -296,7 +296,7 @@ jobs:
296
run: |
297
set -x
298
# TODO: set back to master before merging
299
- if [ ${{ github.head_ref }} == "container-overhaul-upload-test" ]; then
+ if [ ${{ github.head_ref }} == "containers-overhaul-upload-test" ]; then
300
301
echo '${{ secrets.QUAY_BIOCONDA_TOKEN }}' | podman login quay.io -u '${{ secrets.QUAY_BIOCONDA_USERNAME }}' --password-stdin
302
0 commit comments