Update build-image.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user