Skip to content

Merge pull request #183 from gpSWE/dev #167

Merge pull request #183 from gpSWE/dev

Merge pull request #183 from gpSWE/dev #167

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