Skip to content

Commit

Permalink
chore: update build-and-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jim380 committed Sep 17, 2023
1 parent 47f06b8 commit bb2da31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -51,4 +51,4 @@ jobs:
push: true

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit bb2da31

Please sign in to comment.