|
@@ -13,7 +13,7 @@ jobs:
|
|
docker:
|
|
docker:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set tag
|
|
name: Set tag
|
|
run: |
|
|
run: |
|
|
if [[ -n "${{ github.event.inputs.tag }}" ]]; then
|
|
if [[ -n "${{ github.event.inputs.tag }}" ]]; then
|
|
@@ -24,16 +24,16 @@ jobs:
|
|
TAG="${{ github.ref_name }}"
|
|
TAG="${{ github.ref_name }}"
|
|
fi
|
|
fi
|
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Checkout
|
|
name: Checkout
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set up QEMU
|
|
name: Set up QEMU
|
|
uses: docker/setup-qemu-action@v2
|
|
uses: docker/setup-qemu-action@v2
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set up Docker Buildx
|
|
name: Set up Docker Buildx
|
|
uses: docker/setup-buildx-action@v2
|
|
uses: docker/setup-buildx-action@v2
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Login to DockerHub
|
|
name: Login to DockerHub
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|
|
with:
|
|
with:
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
docker-ee:
|
|
docker-ee:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
steps:
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set tag
|
|
name: Set tag
|
|
run: |
|
|
run: |
|
|
if [[ -n "${{ github.event.inputs.tag }}" ]]; then
|
|
if [[ -n "${{ github.event.inputs.tag }}" ]]; then
|
|
@@ -65,13 +65,13 @@ jobs:
|
|
TAG="${{ github.ref_name }}"
|
|
TAG="${{ github.ref_name }}"
|
|
fi
|
|
fi
|
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
|
echo "TAG=${TAG}" >> $GITHUB_ENV
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Checkout
|
|
name: Checkout
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set up QEMU
|
|
name: Set up QEMU
|
|
uses: docker/setup-qemu-action@v2
|
|
uses: docker/setup-qemu-action@v2
|
|
- -
|
|
|
|
|
|
+ -
|
|
name: Set up Docker Buildx
|
|
name: Set up Docker Buildx
|
|
uses: docker/setup-buildx-action@v2
|
|
uses: docker/setup-buildx-action@v2
|
|
-
|
|
-
|
|
@@ -85,7 +85,7 @@ jobs:
|
|
uses: docker/build-push-action@v3
|
|
uses: docker/build-push-action@v3
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64, linux/arm64, linux/arm/v7
|
|
|
|
|
|
+ platforms: linux/amd64, linux/arm64
|
|
push: true
|
|
push: true
|
|
tags: ${{ github.repository }}:${{ env.TAG }}-ee
|
|
tags: ${{ github.repository }}:${{ env.TAG }}-ee
|
|
build-args: |
|
|
build-args: |
|