Update build.yml
This commit is contained in:
parent
7722e0c13a
commit
834dfdd2a3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
tags: andrewmhub/insurgency-sandstorm:lite
|
||||
|
|
|
|||
Loading…
Reference in a new issue