Skip to content

Commit

Permalink
Merge pull request #55 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve GHCR action
  • Loading branch information
andyone authored May 9, 2022
2 parents be8cf6d + c8a1f72 commit 61a4f9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "GHCR Publish"
on:
release:
types: [published]
workflow_dispatch:

permissions:
packages: write
Expand All @@ -14,14 +15,14 @@ env:

jobs:
Publish:
name: Build and push image to GHCR
name: Build and push image
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Login to DockerHub
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
Expand Down

0 comments on commit 61a4f9d

Please sign in to comment.