Skip to content

Commit

Permalink
Temporarily enable docker build to ghcr for all commits - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Nov 10, 2023
1 parent 31d024b commit 82bcaad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Push Docker Image

on:
# Run this workflow for pushes on all branches
push:
branches:
- "main"
# Publish semver tags as releases.
tags:
- "*.*.*"
- '**'
# Run this workflow when a tag or branch is created
create:
# Run this workflow for pull requests
pull_request:
branches: [ main ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 82bcaad

Please sign in to comment.