Skip to content

Commit

Permalink
build: add poetry task
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 21, 2024
1 parent 86da595 commit 24b0959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install version plugin
run: |
poetry self add poetry-git-version-plugin
- name: 'docker login'
run: docker login -u _json_key -p "$ARTIFACT_SA" europe-west4-docker.pkg.dev
env:
Expand Down

0 comments on commit 24b0959

Please sign in to comment.