try removing tags from docker/build-push-action@v6 action

This commit is contained in:
bkellam 2024-09-19 13:25:09 -07:00
parent c5b53c2d6c
commit 7cb0e7e691

View file

@ -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