mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
fix: docker image publishing
This commit is contained in:
parent
89cdd8264f
commit
bfdaf2ffbf
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
- name: Get tags
|
||||
id: tags
|
||||
run: |
|
||||
TAGS="$(./bin/get-docker-tags.sh $(date -u +%F))"
|
||||
TAGS="${TAGS//$'\n'/'%0A'}"
|
||||
echo "value=$(echo $TAGS)" >> $GITHUB_OUTPUT
|
||||
echo "value=<<EOF" >> $GITHUB_OUTPUT
|
||||
./bin/get-docker-tags.sh "$(date -u +%F)" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
|
||||
Loading…
Reference in New Issue
Block a user