Skip to content

Commit 007ddd5

Browse files
committed
Fix berkeley image tag
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.
1 parent af61ffa commit 007ddd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/berkeley-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
ghcr.io/microbiomedata/nmdc-server/${{ matrix.image }}
3838
flavor: |
3939
latest=false
40-
prefix=berkeley
4140
tags: |
42-
type=ref,event=branch
41+
type=raw,value=berkeley
4342
4443
- name: Build and push
4544
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)