Update README [skip ci]
This commit is contained in:
parent
7f9df88cad
commit
1b6117c013
3 changed files with 5 additions and 5 deletions
2
.github/workflows/release-candidate.yml
vendored
2
.github/workflows/release-candidate.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
TAG=${VERSION}
|
||||
echo "::set-output name=tag::${TAG}"
|
||||
|
||||
- name: Build and push dashboard
|
||||
- name: Build and push images
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -56,10 +56,10 @@ jobs:
|
|||
TAG=${VERSION}
|
||||
echo "::set-output name=tag::${TAG}"
|
||||
|
||||
- name: Build and push dashboard
|
||||
- name: Build and push images
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./packages/dashboard
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: meienberger/runtipi:latest,meienberger/runtipi:${{ steps.meta.outputs.TAG }}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
[](https://github.com/meienberger/runtipi/blob/master/LICENSE)
|
||||
[](https://github.com/meienberger/runtipi/releases)
|
||||

|
||||
[](https://hub.docker.com/r/meienberger/tipi-dashboard/)
|
||||
[](https://hub.docker.com/r/meienberger/tipi-dashboard/)
|
||||
[](https://hub.docker.com/r/meienberger/runtipi/)
|
||||
[](https://hub.docker.com/r/meienberger/runtipi/)
|
||||

|
||||
#### Join the discussion
|
||||
[](https://discord.gg/Bu9qEPnHsc)
|
||||
|
|
Loading…
Add table
Reference in a new issue