mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
try removing tags from docker/build-push-action@v6 action
This commit is contained in:
parent
c5b53c2d6c
commit
7cb0e7e691
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ghcr-publish.yml
vendored
3
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY_IMAGE: ghcr.io/TaqlaAI/sourcebot
|
||||
REGISTRY_IMAGE: ghcr.io/taqlaai/sourcebot
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -77,7 +77,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
|
|||
Loading…
Reference in a new issue