Skip to content

🐋 ci: Update Docker build workflow to use dynamic image tags #4

🐋 ci: Update Docker build workflow to use dynamic image tags

🐋 ci: Update Docker build workflow to use dynamic image tags #4

Workflow file for this run

name: Docker Dev Images Release
on:
workflow_dispatch:
push:
tags:
- '*'
permissions:
contents: read
packages: write
jobs:
call-docker-build:
uses: ./.github/workflows/docker-build-workflow.yaml
with:
tag: ${{ github.ref_name }}