Skip to content

Commit

Permalink
Merge pull request #321 from mrjvs/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Jul 28, 2024
2 parents a76c713 + b4b0b5a commit 6c5536a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
workflow_dispatch:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

jobs:
build-publish:
env:
Expand Down Expand Up @@ -34,7 +38,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ github.repository }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=raw,value=edge,enable=${{ github.ref == 'refs/heads/dev' }}
Expand Down

0 comments on commit 6c5536a

Please sign in to comment.