mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Replace the version-specific Dockerfiles with one staged Dockerfile
This commit is contained in:
parent
5940fe10a6
commit
ff5adc5696
19 changed files with 75 additions and 271 deletions
1
.github/workflows/build-latest.yml
vendored
1
.github/workflows/build-latest.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
target: production
|
||||
push: true
|
||||
tags: |
|
||||
tracksapp/tracks:latest
|
||||
|
|
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
target: production
|
||||
push: true
|
||||
tags: |
|
||||
tracksapp/tracks:${{ github.event.release.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue