Update Docker image repository in workflow

This commit is contained in:
Yellowcooln
2026-05-13 12:05:34 -04:00
committed by GitHub
parent e03174d5b2
commit 446d2bf006
+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' }}