Fix typo
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: |
|
run: |
|
||||||
IMAGE_NAME=registry.msws.xyz/ms/steamcmd:lastest
|
IMAGE_NAME=registry.msws.xyz/ms/steamcmd:latest
|
||||||
docker build -t $IMAGE_NAME .
|
docker build -t $IMAGE_NAME .
|
||||||
docker push $IMAGE_NAME
|
docker push $IMAGE_NAME
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user