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 72d113a commit ab8f54cCopy full SHA for ab8f54c
.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@v3.5.0
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