Merge pull request #242 from yellowcooln/patch-1

Update Docker image repository in workflow
This commit is contained in:
Lloyd
2026-05-13 17:06:52 +01:00
committed by GitHub
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: yellowcooln/pymc-repeater
images: pymcdev/pymc-repeater
tags: |
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}