mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-03-18 21:40:38 +01:00
refactor(ci): update Docker image tags to use breizhhardware namespace
This commit is contained in:
4
.github/workflows/create_dev.yml
vendored
4
.github/workflows/create_dev.yml
vendored
@@ -138,6 +138,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/github-ntfy:dev
|
breizhhardware/github-ntfy:dev
|
||||||
${{ secrets.DOCKER_USERNAME }}/github-ntfy:${{ needs.version.outputs.version }}
|
breizhhardware/github-ntfy:${{ needs.version.outputs.version }}
|
||||||
file: Dockerfile.multi
|
file: Dockerfile.multi
|
||||||
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
@@ -136,8 +136,8 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/github-ntfy:latest
|
breizhhardware/github-ntfy:latest
|
||||||
${{ secrets.DOCKER_USERNAME }}/github-ntfy:${{ needs.version.outputs.version }}
|
breizhhardware/github-ntfy:${{ needs.version.outputs.version }}
|
||||||
file: Dockerfile.multi
|
file: Dockerfile.multi
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user