diff --git a/.github/workflows/push-latest.yml b/.github/workflows/push-latest.yml index cdf2af2..a175632 100644 --- a/.github/workflows/push-latest.yml +++ b/.github/workflows/push-latest.yml @@ -7,8 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: erray/publish-docker-action@master + - uses: actions/checkout@master + - name: docker publiss + uses: elgohr/Publish-Docker-Github-Action@master with: + name: minetest-mapserver/mapserver username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}