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 06f864b commit 0eb507fCopy full SHA for 0eb507f
.github/workflows/rsync-docker-bump.yml
@@ -16,8 +16,7 @@ jobs:
16
- name: Get latest rsync tag
17
id: latest_tag
18
# shellcheck disable=SC2086
19
- run: |
20
- 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
21
22
- name: Update Dockerfile with latest tag
23
run: |
0 commit comments