Skip to content

Release v0.8.5

Release v0.8.5 #11

on:
release:
types: [published]
name: push-docker-image-release
jobs:
push-docker-image-release:
uses: anyproto/any-sync-node/.github/workflows/push-docker-image-reusable.yml@main

Check failure on line 9 in .github/workflows/push-docker-image.yml

View workflow run for this annotation

GitHub Actions / push-docker-image-release

Invalid workflow file

The workflow is not valid. In .github/workflows/push-docker-image.yml (Line: 9, Col: 11): Error from called workflow anyproto/any-sync-node/.github/workflows/push-docker-image-reusable.yml@main (Line: 120, Col: 13): Unrecognized named-value: 'deploy-on-docker-hub'. Located at position 1 within expression: deploy-on-docker-hub In .github/workflows/push-docker-image.yml (Line: 9, Col: 11): Error from called workflow anyproto/any-sync-node/.github/workflows/push-docker-image-reusable.yml@main (Line: 128, Col: 13): Unrecognized named-value: 'deploy-on-docker-hub'. Located at position 1 within expression: deploy-on-docker-hub
secrets: inherit
with:
release: ${{ github.event.release.tag_name }}
dockerfile-run: apt-get update && apt-get install -y ca-certificates
dockerfile-cmd: '["/bin/any-sync-filenode", "-c", "/etc/any-sync-filenode/config.yml"]'