From 1647cccf7e27c0517e8a22f4a33b76074f16c346 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Mon, 27 Mar 2023 22:26:56 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .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 b3ed3d9..b64a04f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: elgohr/Publish-Docker-Github-Action@master + - uses: elgohr/Publish-Docker-Github-Action@v5 with: name: fmcore/flagbot username: ${{ secrets.DOCKER_HUB_USERNAME }}