Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelMertens authored Nov 20, 2023
1 parent 443f47b commit 5d358ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ name: Docker

on:
push:
branches: none
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: none

workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

Expand Down

0 comments on commit 5d358ed

Please sign in to comment.