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 99837fe commit c69ac4eCopy full SHA for c69ac4e
.github/workflows/rsync-docker-bump.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Get latest rsync tag
17
id: latest_tag
18
- run: curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "name=latest_tag::{}" >> $GITHUB_OUTPUT
+ run: curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "name=latest_tag::{}" >> "$GITHUB_OUTPUT"
19
20
- name: Update Dockerfile with latest tag
21
run: |
0 commit comments