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 47f155f commit 4c5701fCopy full SHA for 4c5701f
.github/workflows/publish.yml
@@ -2,8 +2,6 @@ name: Publish a Wasm Component to GitHub Artifacts
2
3
on:
4
push:
5
- branches:
6
- - main
7
tags:
8
- v*
9
workflow_dispatch:
@@ -24,10 +22,7 @@ jobs:
24
22
with:
25
23
images: ghcr.io/${{ github.actor }}/rust-wasi-hello
26
tags: |
27
- type=ref,event=branch
28
- type=ref,event=pr
29
type=semver,pattern={{version}}
30
- type=semver,pattern={{major}}.{{minor}}
31
- name: Login to GitHub Container Registry
32
uses: docker/login-action@v3
33
0 commit comments