Update build-image.yml

This commit is contained in:
2026-04-17 16:00:10 +02:00
committed by GitHub
parent f6658749a1
commit 9ec3d64b20
+3 -4
View File
@@ -1,4 +1,4 @@
name: Build and Push GTS-Federation Image
name: Build and Push GTS-Federatior Image
on:
workflow_dispatch: # Manueller Start
@@ -15,7 +15,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
# Hier lag der Fehler: Es muss 'docker/...' sein, nicht 'actions/...'
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
@@ -34,6 +33,6 @@ jobs:
context: .
push: true
tags: |
domoel/gts-federation:latest
domoel/gts-federation:${{ steps.vars.outputs.sha_short }}
domoel/gts-federatior:latest
domoel/gts-federatior:${{ steps.vars.outputs.sha_short }}
no-cache: true