From 3bb0a3e80f97457b07a9931f5ad2c03b2e114732 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 06:52:32 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f330e4..e003ce3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: frishi/threetwo-metadata-service username: ${{ secrets.DOCKER_USERNAME }}