Skip to content

Commit

Permalink
πŸ’š Fix Docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 authored Nov 9, 2022
1 parent 85c79be commit f1f93d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- uses: helsingborg-stad/gdi-deploy/v1@main
with:
update-openapi-version: true
update-package-version: true
update-openapi-version: false
update-package-version: false
openapi-spec-file: gdi-auth.openapi.yml
release-tag-name: ${{github.event.release.tag_name}}

Expand All @@ -27,4 +27,4 @@ jobs:

docker-username: ${{ github.repository_owner }}
docker-password: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit f1f93d3

Please sign in to comment.