Skip to content

🔨 Update CI/CD workflow to tag release versions and push to Docker registry. #5

🔨 Update CI/CD workflow to tag release versions and push to Docker registry.

🔨 Update CI/CD workflow to tag release versions and push to Docker registry. #5

Workflow file for this run

name: Check versions
on:
pull_request:
jobs:
docker:
runs-on: arc-arm64
steps:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: |
gitea.proompteng.ai/d/lab/ecran
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=sha
- name: Build and push
run: |
${{ steps.meta.outputs.tags }}