From 2b9eb943376e4373097de2bc4f61a5d9dfe661c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Thu, 12 Jun 2025 21:54:33 +0200 Subject: [PATCH] refactor(ci): remove dynamic version tag from Docker image in create_dev.yml --- .github/workflows/create_dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/create_dev.yml b/.github/workflows/create_dev.yml index 1f98ad3..ce4651d 100644 --- a/.github/workflows/create_dev.yml +++ b/.github/workflows/create_dev.yml @@ -139,5 +139,4 @@ jobs: platforms: linux/amd64,linux/arm64 tags: | breizhhardware/github-ntfy:dev - breizhhardware/github-ntfy:${{ needs.version.outputs.version }} file: Dockerfile.multi \ No newline at end of file