🔨 Update CI/CD workflow to tag release versions and push to Docker registry. #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create a tag and release | ||
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: | | ||
Check failure on line 21 in .github/workflows/pr-build.yaml GitHub Actions / Create a tag and releaseInvalid workflow file
|
||
${{ meta.outputs.tags }} |