Skip to content

Commit

Permalink
Update base-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Nov 14, 2024
1 parent a715100 commit 13f5e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build the Docker image
if: github.repository == 'nmfs-opensci/py-rocket-base'
run: |
docker build . -f Dockerfile \
docker build base-image -f base-image/Dockerfile \
--tag ghcr.io/nmfs-opensci/py-rocket-base/base-image:latest \
--tag ghcr.io/nmfs-opensci/py-rocket-base/base-image:${{ env.tag }}
- name: Publish
Expand Down

0 comments on commit 13f5e9a

Please sign in to comment.