Skip to content

Commit fedb452

Browse files
authored
Merge pull request #6 from interline-io/gh-actions
update GH Actions workflow
2 parents 175db01 + d7050b8 commit fedb452

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ env:
1111
jobs:
1212
push:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
packages: write
1417
steps:
15-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1619
- name: Build image
1720
run: docker build . --tag image
1821
- name: Log into registry

0 commit comments

Comments
 (0)