mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 23:24:32 +08:00
remove ghaction-docker-meta
This commit is contained in:
parent
fbd061ac87
commit
c499575c51
1 changed files with 3 additions and 23 deletions
26
.github/workflows/publish-docker.yml
vendored
26
.github/workflows/publish-docker.yml
vendored
|
@ -5,13 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'arm-docker'
|
- 'arm-docker'
|
||||||
- 'develop'
|
- 'develop'
|
||||||
- 'main'
|
-
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
- latest
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -19,18 +13,6 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
|
||||||
name: Docker Meta
|
|
||||||
id: meta
|
|
||||||
uses: crazy-max/ghaction-docker-meta@v2
|
|
||||||
with:
|
|
||||||
images:
|
|
||||||
nusak/netmaker
|
|
||||||
tags: |
|
|
||||||
type=ref,event=branch
|
|
||||||
type=ref,event=pr
|
|
||||||
type=sha
|
|
||||||
type=edge,branch=develop
|
|
||||||
-
|
-
|
||||||
name: Set up QEMU
|
name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
@ -49,7 +31,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64, linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: true
|
||||||
tags: ${{ steps.meta.output.tags }}
|
tags: nusak/netmaker:dev
|
||||||
labels: ${{ steps.meta.output.labels }}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue