We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cea805 commit 60fc3fdCopy full SHA for 60fc3fd
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
echo "bsyncr_server_tags=${BSYNCR_TAG}" >> $GITHUB_OUTPUT
61
echo "BSYNCR_TAG=${BSYNCR_TAG}"
62
- name: List files
63
- run: ls -la
+ run: echo $(ls -la)
64
- name: Build and push
65
id: docker_build
66
uses: docker/build-push-action@v5
0 commit comments