Skip to content

Commit a98b7a3

Browse files
fix: quay.io login
1 parent 317ec42 commit a98b7a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
VERSION=$(cargo metadata --format-version=1 | jq -r '.packages[] | select(.name=="wildlive-token-refresher") | .version')
3232
echo "TAG_NAME=$VERSION" >> $GITHUB_ENV
3333
34+
- name: Login to quay.io
35+
run: podman login -u="geoengine+bot" -p="${{secrets.QUAY_IO_TOKEN}}" quay.io
36+
3437
- name: Build container
3538
run: podman build -t ${{env.CONTAINER_NAME}}:${{env.TAG_NAME}} .
3639

0 commit comments

Comments
 (0)