Skip to content

Commit

Permalink
chore: only generate docker images on demand (#1134)
Browse files Browse the repository at this point in the history
* chore: only generate docker images on demand

* chore: consistent naming
  • Loading branch information
pabloogc authored Oct 29, 2023
1 parent 64c5ae2 commit 5d1be6e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Create and publish a Docker image
name: docker

on:
release:
types: [ published ]
push:
branches:
- main
pull_request:
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -44,4 +41,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 5d1be6e

Please sign in to comment.