Skip to content

Commit

Permalink
Update Github Workflow for Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Sep 21, 2023
1 parent a7c1c5b commit 4401c25
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Create and publish a Docker image
name: Create and publish a Github Package

on:
push:
branches: ['main']
branches:
- 'main'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+[0-9A-Za-z]?'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 4401c25

Please sign in to comment.