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 b4696de commit d1dfde5Copy full SHA for d1dfde5
.github/workflows/watcher-docker-release.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: "22"
20
- name: Set publish version
21
id: set-publish-version
22
- working-directory: api
+ working-directory: watcher
23
run: |
24
VERSION=$(npm pkg get version | tr -d '"')
25
echo "VERSION=${VERSION}" | tee -a $GITHUB_OUTPUT
@@ -29,7 +29,7 @@ jobs:
29
docker-publish:
30
if: startsWith(github.ref_name,'iexec-market-watcher-v')
31
needs: get-version
32
- uses: ./.github/workflows/reusable-api-docker.yml
+ uses: ./.github/workflows/reusable-watcher-docker.yml
33
with:
34
tag: ${{ needs.get-version.outputs.version }}
35
secrets:
0 commit comments