From 31d41905c46c5644ac4d070aaa837baebad7f34e Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Thu, 28 Nov 2019 11:39:18 +0100 Subject: [PATCH] repo url fix --- .github/workflows/push-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-latest.yml b/.github/workflows/push-latest.yml index a175632..720c12f 100644 --- a/.github/workflows/push-latest.yml +++ b/.github/workflows/push-latest.yml @@ -11,7 +11,7 @@ jobs: - name: docker publiss uses: elgohr/Publish-Docker-Github-Action@master with: - name: minetest-mapserver/mapserver + name: minetestmapserver/mapserver username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}