We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1ba0a + edfd4c9 commit 1fc4f71Copy full SHA for 1fc4f71
.github/workflows/container.yaml
@@ -72,7 +72,7 @@ jobs:
72
matrix:
73
include:
74
- tag: ${{ needs.var.outputs.tag }}
75
- - tag: latest
+ - tag: latest # TODO: Skip this if the event calling is not publishing a release
76
runs-on: ubuntu-latest
77
steps:
78
- name: Login
etc/Dockerfile
@@ -19,6 +19,9 @@ COPY --from=builder /usr/src/app/build/* /usr/local/bin/
19
COPY etc/entrypoint.sh .
20
RUN chmod +x entrypoint.sh
21
22
+# Install the api commands
23
+RUN api install
24
+
25
# Labels
26
LABEL org.opencontainers.image.source=${SOURCE}
27
0 commit comments