From 7e214fc9a1759b31f764db102daefdeba79e8765 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 5 Nov 2024 11:27:48 -0500 Subject: [PATCH] fix: Updates tag name when building images --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb2383b..526b85b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} + tags: swift-mqtt-dewpoint:latest labels: ${{ steps.meta.outputs.labels }} # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."