Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genric committed Oct 28, 2024
1 parent f3b283e commit 217793c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build sdist
run: pipx run build --sdist
run: |
pipx run build --sdist
- name: Check dist metadata
run: pipx run twine check dist/*
- name: Log in to Docker Hub
Expand All @@ -22,5 +23,6 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: bluebrain/bbp-workflow:latest

0 comments on commit 217793c

Please sign in to comment.