From acbd6ccc0000b06bc941a5ac2c08aa96da34dab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Thu, 12 Jun 2025 21:44:39 +0200 Subject: [PATCH] refactor(ci): update Docker image tags to use breizhhardware namespace --- .github/workflows/create_dev.yml | 4 ++-- .github/workflows/create_release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_dev.yml b/.github/workflows/create_dev.yml index 9270c50..1f98ad3 100644 --- a/.github/workflows/create_dev.yml +++ b/.github/workflows/create_dev.yml @@ -138,6 +138,6 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - ${{ secrets.DOCKER_USERNAME }}/github-ntfy:dev - ${{ secrets.DOCKER_USERNAME }}/github-ntfy:${{ needs.version.outputs.version }} + breizhhardware/github-ntfy:dev + breizhhardware/github-ntfy:${{ needs.version.outputs.version }} file: Dockerfile.multi \ No newline at end of file diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index f5b2f5e..a77f726 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -136,8 +136,8 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - ${{ secrets.DOCKER_USERNAME }}/github-ntfy:latest - ${{ secrets.DOCKER_USERNAME }}/github-ntfy:${{ needs.version.outputs.version }} + breizhhardware/github-ntfy:latest + breizhhardware/github-ntfy:${{ needs.version.outputs.version }} file: Dockerfile.multi create-release: