We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce856c commit 3409889Copy full SHA for 3409889
.github/workflows/federated-catalog.yml
@@ -50,9 +50,6 @@ jobs:
50
run: |
51
./gradlew clean build
52
53
- - name: Change directory to Federated Catalog directory
54
- run: |
55
- cd federated-catalog
56
# ---------------------------------
57
58
- name: Set dynamic tags for Federated Catalog
@@ -74,7 +71,7 @@ jobs:
74
71
-t ${{ steps.vars.outputs.FC_LATEST }} \
75
72
-t ${{ steps.vars.outputs.FC_SHA }} \
76
73
-t ${{ steps.vars.outputs.FC_DATE }} \
77
- .
+ ./federated-catalog
78
79
- name: Push Federated Catalog images
80
0 commit comments