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:39:40 -03:00
parent 081da2c50b
commit f41dac21e4

View file

@ -44,8 +44,7 @@ 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,pattern=v{{version}} type=semver,prefix=v
type=semver,pattern=v{{major}}.{{minor}}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3