forked from external-repos/noisedash
Update docker-image.yml
This commit is contained in:
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@@ -1,6 +1,8 @@
|
|||||||
name: Docker Image CI
|
name: Docker Image CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildx:
|
buildx:
|
||||||
@@ -29,7 +31,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: noisedash/noisedash:github-test
|
tags: noisedash/noisedash:latest-github
|
||||||
-
|
-
|
||||||
name: Build and push linux/arm/v7
|
name: Build and push linux/arm/v7
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
@@ -37,4 +39,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/arm/v7
|
platforms: linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: noisedash/noisedash:github-test-armv7
|
tags: noisedash/noisedash:latest-armv7-github
|
||||||
|
|||||||
Reference in New Issue
Block a user