update workflow file
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m44s

This commit is contained in:
Lukas Greve
2025-11-24 20:08:43 +01:00
parent d25d544f3e
commit ef85e143e3

View File

@@ -22,7 +22,7 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
git.phyllo.me/devops/fedora-runner-image:latest git.phyllo.me/devops/${{ github.event.repository.name }}:latest
git.phyllo.me/devops/fedora-runner-image:${{ github.sha }} git.phyllo.me/devops/${{ github.event.repository.name }}:${{ github.sha }}
build-args: | build-args: |
BUILD_IDENTIFIER=${{ github.sha }} BUILD_IDENTIFIER=${{ github.sha }}