Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix names (#538)
Browse files Browse the repository at this point in the history
We're not on v 1.x any more.
Alternatively, could've needed  --only '~^1\.' at the end. But I think it's more desired to build and push 2.x verions.
  • Loading branch information
danielvandenberg95 authored Aug 29, 2023
1 parent 4b30cc5 commit 26afb39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PASSWORD}}

- name: get lastest 1.x version
- name: get lastest version
id: remote_version
run: echo "::set-output name=version::$(lastversion https://github.com/kevinpapst/kimai2)"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PASSWORD}}

- name: get lastest 1.x version
- name: get lastest version
id: remote_version
run: echo "::set-output name=version::$(lastversion https://github.com/kevinpapst/kimai2)"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kimai-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PASSWORD}}

- name: get lastest 1.x version
- name: get lastest version
id: remote_version
run: echo "::set-output name=version::$(lastversion https://github.com/kevinpapst/kimai2)"

Expand Down

0 comments on commit 26afb39

Please sign in to comment.