Skip to content

Commit

Permalink
Update SPT Version 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KillahB33 authored Aug 20, 2024
1 parent 6a87542 commit 14bc13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main" ]

env:
SPT_VERSION: 3.9.6
SPT_VERSION: 3.9.7

jobs:

Expand All @@ -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 }}
docker push ghcr.io/killahb33/spt-manager:${{ env.SPT_VERSION }}

0 comments on commit 14bc13f

Please sign in to comment.