Skip to content

chore: Enable dependabot #6

chore: Enable dependabot

chore: Enable dependabot #6

Workflow file for this run

name: Automatic release
on:
push:
branches:
- main
jobs:
build-release:
uses: geokrety/geokrety-gha-workflows/.github/workflows/release-with-docker.yml@main
with:
image_name: geokrety/cron
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}