1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

test another pipeline

This commit is contained in:
Nikita Melnikov 2022-11-07 09:40:47 -03:00
parent f41dac21e4
commit ae721d117f

View file

@ -44,7 +44,8 @@ jobs:
tags: | tags: |
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }} type=raw,value={{branch}}-{{sha}}-{{date 'X'}},enable=${{ startsWith(github.ref, 'refs/heads') }}
type=semver,prefix=v type=semver,pattern={{version}},prefix=v
type=semver,pattern=v{{major}}.{{minor}},prefix=v
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3