Skip to content

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 in /services/merrymaker-go #11

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 in /services/merrymaker-go

build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 in /services/merrymaker-go #11

name: Docker Image - merrymaker-go
on:
pull_request:
paths:
- "services/merrymaker-go/**"
- ".github/workflows/docker-*.yml"
push:
tags:
- "merrymaker-go-v*.*.*"
permissions:
contents: read
packages: write
concurrency:
group: docker-merrymaker-go-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docker:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
image: target/merrymaker-go
tag_prefix: merrymaker-go
context: services/merrymaker-go
dockerfile: services/merrymaker-go/Dockerfile
push: ${{ github.event_name == 'push' }}
pre_build_workdir: services/merrymaker-go/frontend
pre_build_cmd: |
bun install --frozen-lockfile
bun run build