mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-22 01:51:23 +00:00
🔨 Refactor for CI
This commit is contained in:
parent
5134846005
commit
f63f9552c0
15
.github/workflows/docker-image.yml
vendored
15
.github/workflows/docker-image.yml
vendored
@ -27,19 +27,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: journey0ad/bitmagnet-next-web
|
images: journey0ad/bitmagnet-next-web
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
type=ref,event=branch
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
|
|
||||||
-
|
|
||||||
name: Determine image tag
|
|
||||||
id: determine_tag
|
|
||||||
run: |
|
|
||||||
if [ "${{ github.ref_name }}" == "main" ]; then
|
|
||||||
echo "::set-output name=tags::${{ steps.meta.outputs.tags }}"
|
|
||||||
else
|
|
||||||
echo "::set-output name=tags::journey0ad/bitmagnet-next-web:${{ github.ref_name }}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
@ -55,7 +46,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.determine_tag.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
Loading…
Reference in New Issue
Block a user