Resolve merge conflict in build.yml

This commit is contained in:
Saba 2022-09-15 20:35:02 +03:00
commit 21eb58156c

View file

@ -14,7 +14,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
DOCKER_IMAGE_TAG: ${{ github.ref == 'refs/heads/master' && 'latest' || github.ref }} DOCKER_IMAGE_TAG: ${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
jobs: jobs:
build: build: