We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f3215 commit c3b4485Copy full SHA for c3b4485
.github/workflows/pr-open.yml
@@ -31,12 +31,7 @@ jobs:
31
tag: ${{ github.event.number }}
32
tag_fallback: latest
33
triggers: ('${{ matrix.package }}/')
34
- - uses: shrink/actions-docker-registry-tag@v4
35
- with:
36
- registry: ghcr.io
37
- repository: ${{ github.repository }}/${{ matrix.package }}
38
- target: ${{ github.event.number }}
39
- tags: ${{ github.event.number }}-${{ github.run_number }}
+
40
plan-stack:
41
name: Plan Stack
42
uses: ./.github/workflows/.deploy_stack.yml
0 commit comments