Skip to content

fix: use tag for upstream image #7

fix: use tag for upstream image

fix: use tag for upstream image #7

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/prometheus
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}