Compare commits
12 Commits
f95b3228cc
...
7784510804
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7784510804 | ||
|
|
20f305d50b | ||
|
|
eb57d6acb3 | ||
|
|
041b23a49a | ||
|
|
2c2f7e78dd | ||
|
|
e72edc6854 | ||
|
|
10db12bb4a | ||
|
|
42eb4ea808 | ||
|
|
b3f9d316f0 | ||
|
|
06f238b719 | ||
|
|
a2f59bd3e1 | ||
|
|
23d98459e0 |
8
.github/workflows/publish.yaml
vendored
8
.github/workflows/publish.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Log in to container registry
|
- name: Log in to container registry
|
||||||
uses: docker/login-action@83a00bc1ab5ded6580f31df1c49e6aaa932d840d
|
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81
|
uses: docker/metadata-action@232fc64e3a4e54539e087c5976439ea54be0959d
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
@@ -72,10 +72,10 @@ jobs:
|
|||||||
type=raw,value=latest-ci_${{steps.current-time.outputs.unix_time}},enable={{is_default_branch}}
|
type=raw,value=latest-ci_${{steps.current-time.outputs.unix_time}},enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
|
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@62d8db0960c97201f2ae1563702b458b5c216a38
|
uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user