mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 09:12:13 -08:00
Merge f5dd97cf95a4037f2418a395f0cae1a7b0749544 into 540b5836b2575f86f8d30cffb83a1a220ed7873e
This commit is contained in:
commit
262063dfc8
12
.github/workflows/publish-tag.yaml
vendored
12
.github/workflows/publish-tag.yaml
vendored
@ -11,12 +11,12 @@ on:
|
||||
|
||||
env:
|
||||
WERF_STAGED_DOCKERFILE_VERSION: v2
|
||||
# WERF_BUILDAH_MODE: auto
|
||||
WERF_BUILDAH_MODE: auto
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build images for tag
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -24,7 +24,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: werf/actions/install@v1.2
|
||||
- name: Install werf
|
||||
uses: werf/actions/install@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm64
|
||||
|
||||
- name: Login into ghcr.io
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user