diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98f5ff372c..ece2588b62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + tags: ${{ env.LATEST_TAG }} \ No newline at end of file