This commit is contained in:
parent
92eafef713
commit
f7e7bacec3
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
name: Create and publish a Docker image
|
name: Create and publish a Docker image
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches: ['release']
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
@ -34,4 +32,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue