Skip to content

Commit 3409889

Browse files
author
David Bernabeu Ferrer
committed
Eliminando pasos innecesarios
1 parent 2ce856c commit 3409889

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/federated-catalog.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
run: |
5151
./gradlew clean build
5252
53-
- name: Change directory to Federated Catalog directory
54-
run: |
55-
cd federated-catalog
5653
# ---------------------------------
5754

5855
- name: Set dynamic tags for Federated Catalog
@@ -74,7 +71,7 @@ jobs:
7471
-t ${{ steps.vars.outputs.FC_LATEST }} \
7572
-t ${{ steps.vars.outputs.FC_SHA }} \
7673
-t ${{ steps.vars.outputs.FC_DATE }} \
77-
.
74+
./federated-catalog
7875
7976
- name: Push Federated Catalog images
8077
run: |

0 commit comments

Comments
 (0)