Update docker-image.yml

This commit is contained in:
Yaroslav Markovski 2023-10-26 20:34:03 +03:00 committed by GitHub
parent 26d8eb7eb5
commit ea0c603d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,12 @@ on:
branches: [ "master" ] branches: [ "master" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]
types: [ labeled ]
jobs: jobs:
build: build:
if: ${{ github.event.label.name == 'CI:Build' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -26,4 +27,4 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
tags: vatman/test:latest tags: vatman/client-go:latest