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

Commit

Permalink
use the real repo URL (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst authored Aug 29, 2023
1 parent 40c848c commit 1e28df6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

- name: Build
uses: docker/build-push-action@v4
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 @@ -33,7 +33,7 @@ jobs:

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

- name: Build
uses: docker/build-push-action@v4
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 @@ -32,7 +32,7 @@ jobs:

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

- name: Build
uses: docker/build-push-action@v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kimai Dockers

We provide a set of docker images for the [Kimai v2](https://github.com/kevinpapst/kimai2) project.
We provide a set of docker images for the [Kimai](https://github.com/kimai/kimai) project.

The built images are available from [Kimai v2](https://hub.docker.com/r/kimai/kimai2) at Docker Hub.
The built images are available from [Kimai](https://hub.docker.com/r/kimai/kimai2) at Docker Hub.

## Deving and Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Kimai Dockers

We provide a set of docker images for the [Kimai v2](https://github.com/kevinpapst/kimai2) project.
We provide a set of docker images for the [Kimai](https://github.com/kimai/kimai) project.

The built images are available from [Kimai v2](https://hub.docker.com/r/kimai/kimai2) at Docker Hub.
The built images are available from [Kimai](https://hub.docker.com/r/kimai/kimai2) at Docker Hub.

## Quick start

Expand Down

0 comments on commit 1e28df6

Please sign in to comment.