Skip to content

Commit

Permalink
ci: fix docker IMG hash
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jan 22, 2024
1 parent 1aad2ca commit b744bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/biocbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'devel') }}
- name: 📦 Install, build and check package in local Docker image
id: docker
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -68,6 +67,7 @@ jobs:
BIOC_VERSION=${{ github.ref_name }}
- name: 🚀 Push local Docker image to ghcr.io
id: docker
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit b744bf3

Please sign in to comment.