Skip to content

Commit

Permalink
Fix berkeley image tag
Browse files Browse the repository at this point in the history
Previously we were using  prefix + the branch name. Since the intent of
the workflow is to run on only a specific branch, that was redundant.
  • Loading branch information
naglepuff committed Jul 31, 2024
1 parent 2ef6c34 commit 481461a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/berkeley-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
ghcr.io/microbiomedata/nmdc-server/${{ matrix.image }}
flavor: |
latest=false
prefix=berkeley
tags: |
type=ref,event=branch
type=raw,value=berkeley
- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 481461a

Please sign in to comment.