From 6f88eeb3f6950575eff296453fefc035d2b1df44 Mon Sep 17 00:00:00 2001 From: Jonathan Monette Date: Sun, 24 Apr 2022 22:44:57 -0500 Subject: [PATCH] update release action --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9c541e..4806d2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,13 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - + name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.SERVER_TLS_MONITOR_TOKEN }} - name: Set up Go uses: actions/setup-go@v2