We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b53c2 commit 7cb0e7eCopy full SHA for 7cb0e7e
.github/workflows/ghcr-publish.yml
@@ -17,7 +17,7 @@ on:
17
18
env:
19
# Use docker.io for Docker Hub if empty
20
- REGISTRY_IMAGE: ghcr.io/TaqlaAI/sourcebot
+ REGISTRY_IMAGE: ghcr.io/taqlaai/sourcebot
21
22
jobs:
23
build:
@@ -77,7 +77,6 @@ jobs:
77
uses: docker/build-push-action@v6
78
with:
79
context: .
80
- tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
0 commit comments