We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2cdb5 commit 5d482a9Copy full SHA for 5d482a9
2 files changed
.github/workflows/publish.yml
@@ -28,6 +28,8 @@ jobs:
28
name: Build & Push Docker Images
29
runs-on: ubuntu-latest
30
31
+ needs: publish-npm
32
+
33
permissions:
34
contents: read
35
packages: write
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.1
2
3
+No changes (fix the publishing workflow)
4
5
# 0.2.0
6
7
- Add the `ghcr.io/n-e/actions-oidc-trigger:slim` and `ghcr.io/n-e/actions-oidc-trigger:docker-cli` Docker images
0 commit comments