From bb2da31c0d4b4f7486c747fc433c0389e2476199 Mon Sep 17 00:00:00 2001 From: Jay Jie Date: Sun, 17 Sep 2023 00:01:56 -0700 Subject: [PATCH] chore: update build-and-publish --- .github/workflows/ build-and-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ build-and-publish.yml b/.github/workflows/ build-and-publish.yml index e1deae0..c689c52 100644 --- a/.github/workflows/ build-and-publish.yml +++ b/.github/workflows/ build-and-publish.yml @@ -3,7 +3,7 @@ name: Build and Publish on: # run it on push to the default repository branch push: - branches: [master, develop, umee] + branches: [master, develop] # run it during pull request pull_request: # Allows you to run this workflow manually from the Actions tab @@ -13,7 +13,7 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} -jobs: +jobs: docker: name: Build Docker image and push to repositories # run only when code is compiling and tests are passing @@ -35,7 +35,7 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GHCR_PAT }} - + - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v2 @@ -51,4 +51,4 @@ jobs: push: true - name: Image digest - run: echo ${{ steps.docker_build.outputs.digest }} \ No newline at end of file + run: echo ${{ steps.docker_build.outputs.digest }}