fix syntax error

This commit is contained in:
kaiiak
2022-01-02 23:33:41 +08:00
parent acf3f43ba5
commit 81c0110f85

View File

@@ -43,6 +43,6 @@ jobs:
with:
context: .
push: true
file: ${{context}}/Dockerfile.ubuntu
file: ${{ context }}/Dockerfile.ubuntu
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}