Skip to content

Commit

Permalink
CI: Generalize GHA recipe for building and publishing Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 16, 2023
1 parent 460e1c5 commit 924c858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

env:
GHCR_IMAGE_NAME: ghcr.io/panodata/grafana-wtf
IMAGE_NAME: "${{ github.repository }}"

jobs:

Expand All @@ -48,7 +48,7 @@ jobs:
with:
# List of Docker images to use as base name for tags
images: |
${{ env.GHCR_IMAGE_NAME }}
ghcr.io/${{ env.IMAGE_NAME }}
# Generate Docker tags based on the following events/attributes
tags: |
type=schedule,pattern=nightly
Expand Down

0 comments on commit 924c858

Please sign in to comment.