From 7ecc74c6ffffd37ac263665e76fd0d2c73ee192d Mon Sep 17 00:00:00 2001
From: moul-bot <bot@moul.io>
Date: Mon, 1 Feb 2021 18:24:23 +0100
Subject: [PATCH] =?UTF-8?q?chore:=20repo=20maintenance=20=F0=9F=A4=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

more details: https://github.com/moul/repoman

Signed-off-by: moul-bot <bot@moul.io>
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 60b56fb0..6d13289d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@master
-      - uses: codfish/semantic-release-action@v1
+      - uses: docker://ghcr.io/codfish/semantic-release-action:v1
         if: github.ref == 'refs/heads/master'
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}