Skip to content

Commit 7cb0e7e

Browse files
try removing tags from docker/build-push-action@v6 action
1 parent c5b53c2 commit 7cb0e7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
20-
REGISTRY_IMAGE: ghcr.io/TaqlaAI/sourcebot
20+
REGISTRY_IMAGE: ghcr.io/taqlaai/sourcebot
2121

2222
jobs:
2323
build:
@@ -77,7 +77,6 @@ jobs:
7777
uses: docker/build-push-action@v6
7878
with:
7979
context: .
80-
tags: ${{ steps.meta.outputs.tags }}
8180
labels: ${{ steps.meta.outputs.labels }}
8281
cache-from: type=gha
8382
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)