We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee90fdf commit 83ecd92Copy full SHA for 83ecd92
1 file changed
.github/workflows/nix-image.yaml
@@ -69,7 +69,7 @@ jobs:
69
registry: ghcr.io
70
username: ${{ github.actor }}
71
password: ${{ secrets.GITHUB_TOKEN }}
72
- - uses: int128/docker-manifest-create-action@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0
+ - uses: int128/docker-manifest-create-action@7df7f9e221d927eaadf87db231ddf728047308a4 # v2.19.0
73
with:
74
index-annotations: ${{ steps.meta.outputs.labels }}
75
tags: ${{ steps.meta.outputs.tags }}
0 commit comments