We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48bef0 commit 2ce856cCopy full SHA for 2ce856c
.github/workflows/federated-catalog.yml
@@ -70,7 +70,7 @@ jobs:
70
# -------- DOCKER BUILD & PUSH --------
71
- name: Build Docker image for Federated Catalog
72
run: |
73
- docker build -f Dockerfile \
+ docker build \
74
-t ${{ steps.vars.outputs.FC_LATEST }} \
75
-t ${{ steps.vars.outputs.FC_SHA }} \
76
-t ${{ steps.vars.outputs.FC_DATE }} \
0 commit comments