From 2cdf81fc045d9376c71e753daa5aa1d0f175e351 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 18 Apr 2022 09:00:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Updated=20Github=20docker=20work?= =?UTF-8?q?flow=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fd82e22..2352d6b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,9 +10,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v4 - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v4 with: name: frishi/threetwo username: ${{ secrets.DOCKER_USERNAME }}