From de1f182bd232e688b2b8b7026e783088f20555e0 Mon Sep 17 00:00:00 2001 From: Matts966 <28551465+Matts966@users.noreply.github.com> Date: Mon, 20 Jul 2020 03:39:49 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60dc78c1..7ca92041 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,10 @@ jobs: name: Push image to GitHub Packages runs-on: ubuntu-latest steps: + - name: Checkout the repository + uses: actions/checkout@v2 + with: + ref: ${{ github.ref }} - name: Push to GitHub Packages uses: docker/build-push-action@v1 env: