Changing tags

This commit is contained in:
Yaroslav 2023-11-07 18:21:44 +02:00
parent d217c9f1d7
commit 8bf6ad0230

View file

@ -5,6 +5,10 @@ on:
branches: [ "master" ]
types: [ closed ]
env:
TEST_TAG: user/app:test
LATEST_TAG: vatman/client-go:latest, vatman/client-go:1.0.0
jobs:
Build:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
@ -26,4 +30,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: vatman/client-go:latest
tags: ${{ env.LATEST_TAG }}