diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7ea26e..d271af3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -31,4 +31,4 @@ jobs: context: . file: Dockerfile.lite push: true - tags: andrewmhub/insurgency-sandstorm:lite \ No newline at end of file + tags: andrewmhub/insurgency-sandstorm:lite