Skip to content

Commit

Permalink
Update docker_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Jun 14, 2024
1 parent c53a324 commit fb9efac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
setup:
uses: ./.github/workflows/setup_environment.yml

build:
needs: setup
steps:
- name: setup
uses: ./.github/workflows/setup_environment.yml
- name: get current version
needs: setup
run: |
PROJECT_VERSION=$(poetry version --short)
echo "PROJECT_VERSION=$PROJECT_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit fb9efac

Please sign in to comment.