From 1d93ddd904749a27b3d3538174a40372e281ffc0 Mon Sep 17 00:00:00 2001 From: Roelof Kallenkoot Date: Tue, 11 May 2021 12:14:43 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d05482a7..661f1f1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,12 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v2 + - name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Prepare id: prep run: |