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 fb9efac commit e661a0c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ env:
IMAGE_NAME: ${{ github.repository }}

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

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

0 comments on commit e661a0c

Please sign in to comment.