refraction/.github/workflows/docker.yml
Sefa Eyeoglu 845f79fe9b
chore(actions): change image name
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-05-14 12:05:54 +02:00

22 lines
495 B
YAML

name: ci
on:
push:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/prismlauncher/refraction:latest