Skip to content

Bump docker/login-action from 3 to 4 #52

Bump docker/login-action from 3 to 4

Bump docker/login-action from 3 to 4 #52

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
docker-image-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build image
run: |
docker build -t hytale-server:test .
- name: Run image validation tests
run: |
chmod +x ci/test-image.sh
IMAGE_NAME=hytale-server:test ./ci/test-image.sh
- name: Run Kubernetes manifest validation tests
run: |
chmod +x ci/test-k8s-manifests.sh
./ci/test-k8s-manifests.sh