From ababe6a382e459f86a44b8260ea70534964caf2b Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 15:33:22 +0530 Subject: [PATCH] ci: update ci script --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f5f6ed18b..8150873414 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,10 +7,10 @@ on: tags: jobs: - build-deploy: - if: startsWith(github.ref, 'refs/tags/') - name: Build + build-publish: + name: Build and Publish runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout repository @@ -34,7 +34,7 @@ jobs: tags: | type=pep440,pattern={{version}},value=${{ github.ref_name }} - - name: Publish to DockerHub + - name: Build & Publish to DockerHub uses: docker/build-push-action@v4 with: context: .