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 0e79c57 commit d5ada9fCopy full SHA for d5ada9f
.github/workflows/rsync-docker-bump.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Get latest rsync tag
16
id: latest_tag
17
run: |
18
- curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "::set-output name=latest_tag::{}"
+ 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
0 commit comments