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 59a4c71 commit 837cca2Copy full SHA for 837cca2
.github/workflows/build-image.yml
@@ -127,7 +127,7 @@ jobs:
127
path: conda-packages.txt
128
129
- name: "Log into GitHub Container Registery"
130
- uses: docker/login-action@v1.9.0
+ uses: docker/login-action@v1.14.1
131
if: ${{ inputs.push_image}}
132
with:
133
registry: ghcr.io
.github/workflows/build-pixi-image.yml
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
0 commit comments