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.
1 parent 765f95e commit fec6a09Copy full SHA for fec6a09
.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
0 commit comments