Compare commits

..

2 Commits

Author SHA1 Message Date
ea1bc58ea3 Ajout du favicon
All checks were successful
Build & Push Docker Image with Commit Hash Tag / build-and-push (push) Successful in 2m29s
2025-07-09 08:58:02 +02:00
dece80a717 Add CI workflow
All checks were successful
Build & Push Docker Image with Commit Hash Tag / build-and-push (push) Successful in 2m25s
2025-07-07 22:45:08 +02:00

View File

@ -1,3 +1,5 @@
name: Build & Push Docker Image with Commit Hash Tag
on:
push:
branches:
@ -6,7 +8,6 @@ on:
jobs:
build-and-push:
name: 🐳 Build & Push Docker Image with Commit Hash Tag
runs-on: docker
steps:
@ -33,6 +34,6 @@ jobs:
context: .
push: true
tags: |
${{ vars.REGISTRY_URL }}/${{ vars.REGISTRY_REPOSITORY }}:${{ steps.vars.outputs.COMMIT_HASH }}
${{ vars.REGISTRY_URL }}/${{ vars.REGISTRY_REPOSITORY }}:latest
${{ vars.REGISTRY_URL }}/${{ vars.REGISTRY_REPOSITORY }}:${{ steps.vars.outputs.COMMIT_HASH }}
platforms: linux/amd64