Skip to content

chore(deps): update node.js to v23.9.0 #676

chore(deps): update node.js to v23.9.0

chore(deps): update node.js to v23.9.0 #676

Workflow file for this run

name: Continuous build and release docker image
on:
push:
branches:
- master
permissions:
contents: write
jobs:
main:
steps:
- runs-on: ubuntu-latest
uses: timo-reymann/docker-semantic-release-gh-action@v3
with:

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
image: ammarahmedbutt/automation-app-bot
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}