Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshspicer authored Feb 26, 2023
1 parent e5537bd commit e6f84cc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,24 @@ name: Push GHCR Image
on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
push:

create-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor

push-image:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e6f84cc

Please sign in to comment.