mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-16 05:26:13 -08:00
Fix matrix
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
This commit is contained in:
parent
010c4d4e7a
commit
0e87169634
11
.github/workflows/publish-tag.yaml
vendored
11
.github/workflows/publish-tag.yaml
vendored
@ -17,10 +17,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- dockerfile: ./Dockerfile.ovpn-admin
|
- name: ovpn-admin
|
||||||
image: ovpn-admin
|
- name: openvpn
|
||||||
- dockerfile: ./Dockerfile.openvpn
|
|
||||||
image: openvpn
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -50,7 +49,7 @@ jobs:
|
|||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.6.1
|
uses: docker/metadata-action@v5.6.1
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ github.repository }}/${{ matrix.image }}
|
images: ghcr.io/${{ github.repository }}/${{ matrix.name }}
|
||||||
|
|
||||||
# Build and push Docker image with Buildx (don't push on PR)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
@ -74,4 +73,4 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
TAG=${{ github.ref_name }}
|
TAG=${{ github.ref_name }}
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64,linux/arm
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ./Dockerfile.${{ matrix.name }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user