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 a909549 commit bff91d9Copy full SHA for bff91d9
1 file changed
.github/workflows/cd.yml
@@ -61,7 +61,7 @@ jobs:
61
id: version-tag
62
uses: nationalarchives/ds-docker-actions/.github/actions/get-version-tag@main # zizmor: ignore[unpinned-uses] Owned by The National Archives
63
- name: Build Docker image
64
- uses: nationalarchives/ds-docker-actions/.github/actions/build@main
+ uses: nationalarchives/ds-docker-actions/.github/actions/build@main # zizmor: ignore[unpinned-uses] Owned by The National Archives
65
with:
66
version: ${{ steps.version-tag.outputs.version-tag }}
67
latest: ${{ github.ref == 'refs/heads/main' }}
0 commit comments