diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0740fc1..aa11fba 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -5,7 +5,7 @@ on: branches: [ "main" ] env: - SPT_VERSION: 3.9.6 + SPT_VERSION: 3.9.7 jobs: @@ -21,4 +21,4 @@ jobs: run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin - name: Push Docker image run: | - docker push ghcr.io/killahb33/spt-manager:${{ env.SPT_VERSION }} \ No newline at end of file + docker push ghcr.io/killahb33/spt-manager:${{ env.SPT_VERSION }}