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:
|
on:
|
||||||
workflow_dispatch: # Manueller Start
|
workflow_dispatch: # Manueller Start
|
||||||
@@ -15,7 +15,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
# Hier lag der Fehler: Es muss 'docker/...' sein, nicht 'actions/...'
|
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
@@ -34,6 +33,6 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
domoel/gts-federation:latest
|
domoel/gts-federatior:latest
|
||||||
domoel/gts-federation:${{ steps.vars.outputs.sha_short }}
|
domoel/gts-federatior:${{ steps.vars.outputs.sha_short }}
|
||||||
no-cache: true
|
no-cache: true
|
||||||
|
|||||||
Reference in New Issue
Block a user