Skip to content

Commit c69ac4e

Browse files
djdefigamefiend
andauthored
Update rsync-docker-bump.yml
Co-authored-by: Quinn Murphy <[email protected]>
1 parent 99837fe commit c69ac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rsync-docker-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Get latest rsync tag
1717
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
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"
1919

2020
- name: Update Dockerfile with latest tag
2121
run: |

0 commit comments

Comments
 (0)