Skip to content

Commit f734771

Browse files
authored
Update github actions (#32)
1 parent 667e27c commit f734771

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: main
66

7+
permissions:
8+
contents: read
9+
packages: write
10+
711
jobs:
812
image:
913
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ on:
55
types:
66
- published
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
812
jobs:
913
image:
1014
runs-on: ubuntu-latest
1115
strategy:
1216
matrix:
13-
tag: [latest, alpine, 2.9, 2.9-alpine, 2.9.11, 2.9.11-alpine, 3.0-alpine, 3.0.5, 3.0.5-alpine]
17+
tag: [latest, alpine, 3.0, 3.1, 3.1-alpine, 3.1.7, 3.1.7-alpine]
1418
steps:
1519
- name: Set up QEMU
1620
uses: docker/setup-qemu-action@v3

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
9+
permissions:
10+
contents: read
11+
packages: write
812

913
jobs:
1014
image:

0 commit comments

Comments
 (0)