Skip to content

Commit f59eea5

Browse files
committed
wip: package
1 parent 2b76094 commit f59eea5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/package.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: package
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
tags:
8-
- '[0-9]+.[0-9]+.[0-9]+'
3+
on: [push]
4+
# on:
5+
# push:
6+
# branches:
7+
# - main
8+
# tags:
9+
# - '[0-9]+.[0-9]+.[0-9]+'
910

1011
jobs:
1112
package:
@@ -34,6 +35,9 @@ jobs:
3435
platforms: linux/amd64,linux/arm64
3536
provenance: false
3637
push: true
37-
tags: ghcr.io/${{ github.repository }}/nginx:${{ env.TAG }}
38+
# tags: ghcr.io/${{ github.repository }}/nginx:${{ env.TAG }}
39+
tags: |
40+
ghcr.io/${{ github.repository }}/nginx:latest
41+
ghcr.io/${{ github.repository }}/nginx:0.9.0
3842
env:
3943
TAG: ${{ github.ref_name == 'main' && 'latest' || github.ref_name }}

0 commit comments

Comments
 (0)