Skip to content

Commit 697a9e0

Browse files
committed
change
1 parent bb00c82 commit 697a9e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-base-pretix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
contents: read
2020
packages: write
2121
steps:
22+
- name: Log in to the Container registry
23+
uses: docker/login-action@v3
24+
with:
25+
registry: ghcr.io
26+
username: ${{ github.actor }}
27+
password: ${{ secrets.GITHUB_TOKEN }}
2228
- uses: actions/checkout@v4
2329
with:
2430
repository: pretix/pretix

0 commit comments

Comments
 (0)