Removed labels
Some checks failed
Main / build-and-push-docker-image (20.x) (pull_request) Failing after 1m54s

This commit is contained in:
2025-09-03 15:00:16 -04:00
parent 2e88eb2251
commit 37596a00f7

View File

@@ -49,7 +49,6 @@ jobs:
context: .
push: ${{ !github.event.pull_request.head.repo.fork }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build and Push Latest Docker Image
id: build-and-push-latest
uses: docker/build-push-action@v4
@@ -58,4 +57,3 @@ jobs:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}