Skip to content

Update theeadie/worms-server-gateway Docker tag to v0.6.10 #69

Update theeadie/worms-server-gateway Docker tag to v0.6.10

Update theeadie/worms-server-gateway Docker tag to v0.6.10 #69

Workflow file for this run

name: Code - Branches
on:
push:
branches-ignore:
- "main"
paths:
- "src/**"
- "build/**"
- ".github/workflows/code-*.yml"
- ".github/workflows/build-*.yml"
- ".github/workflows/release-*.yml"
jobs:
build-hub:
name: Build - Hub
uses: ./.github/workflows/build-hub.yml
secrets: inherit
build-cli:
name: Build - CLI
uses: ./.github/workflows/build-cli.yml
secrets: inherit