Skip to content

Commit 837cca2

Browse files
Update docker/login-action action to v1.14.1
1 parent 59a4c71 commit 837cca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
path: conda-packages.txt
128128

129129
- name: "Log into GitHub Container Registery"
130-
uses: docker/login-action@v1.9.0
130+
uses: docker/login-action@v1.14.1
131131
if: ${{ inputs.push_image}}
132132
with:
133133
registry: ghcr.io

.github/workflows/build-pixi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
path: conda-packages.txt
124124

125125
- name: "Log into GitHub Container Registery"
126-
uses: docker/login-action@v1.9.0
126+
uses: docker/login-action@v1.14.1
127127
if: ${{ inputs.push_image}}
128128
with:
129129
registry: ghcr.io

0 commit comments

Comments
 (0)