mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 10:56:20 +00:00
Update github workflow
This commit is contained in:
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
@@ -1,11 +1,15 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
buildx:
|
||||
if: ${{ github.event.label.name == 'run-workflow' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
@@ -31,4 +35,4 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: noisedash/noisedash:latest,noisedash/noisedash:${{ github.ref_name }}
|
||||
tags: noisedash/noisedash:latest,noisedash/noisedash:${{ github.head_ref }}
|
||||
|
||||
Reference in New Issue
Block a user