forked from mirrored/github-readme-stats
Compare commits
1
Commits
2026-06-17
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a596d6a8fa |
@@ -1,4 +1,4 @@
|
|||||||
name: Push Docker
|
name: Push Develop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -28,8 +28,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
# for this project, we keep docker in its own folder, to keep it isolated from upstream
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.DOCKERHUB_TARGET }}:develop
|
${{ vars.DOCKERHUB_TARGET }}:develop
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name: Push Docker
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '[0-9.]+-[0-9]+-[0-9]+'
|
- '*-*-*'
|
||||||
# for this project, we do "YYYY-MM-DD" for version numbers, due to unversioned upstream
|
# for this project, we do "YYYY-MM-DD" for version numbers, due to unversioned upstream
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -28,8 +28,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
# for this project, we keep docker in its own folder, to keep it isolated from upstream
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ vars.DOCKERHUB_TARGET }}:latest
|
${{ vars.DOCKERHUB_TARGET }}:latest
|
||||||
${{ vars.DOCKERHUB_TARGET }}:${{ github.ref_name }}
|
${{ vars.DOCKERHUB_TARGET }}:${{ github.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user