Skip to content

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

🔨 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. #3

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Create a tag and release

Invalid workflow file

The workflow is not valid. .github/workflows/pr-build.yaml (Line: 21, Col: 14): Unrecognized named-value: 'meta'. Located at position 1 within expression: meta.outputs.tags
${{ meta.outputs.tags }}