Skip to content

feat(Dockerfile): update base image to golang:1.22-bullseye #106

feat(Dockerfile): update base image to golang:1.22-bullseye

feat(Dockerfile): update base image to golang:1.22-bullseye #106

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- develop
jobs:
call-testcov:
uses: dictyBase/workflows/.github/workflows/golang-testcov.yml@develop
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
call-docker-build:
needs: call-testcov
uses: dictyBase/workflows/.github/workflows/docker-publish.yaml@main
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: event-messenger
dockerfile: build/package/Dockerfile