refactor(ci): update Docker image tags to use breizhhardware namespace

This commit is contained in:
2025-06-12 21:44:39 +02:00
parent 8c97043b2f
commit acbd6ccc00
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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: