Skip to content

Fix terrain normals calculation #152

Fix terrain normals calculation

Fix terrain normals calculation #152

Workflow file for this run

name: docker-image
on:
push:
branches:
- dev
jobs:
build-and-publish-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push the Docker image
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
push: true
tags: ghcr.io/strandedkitty/streets-gl:latest