Remove tags from build docker image stage

This commit is contained in:
bkellam 2024-09-19 17:55:51 -07:00
parent 34d4b072dd
commit a47b4c2058

View file

@ -70,7 +70,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