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
|
||||
on:
|
||||
push:
|
||||
branches: ['release']
|
||||
on: [push]
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
|
@ -34,4 +32,4 @@ jobs:
|
|||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue