Skip to content

Fixed chest page using sockets instead refetch #34

Fixed chest page using sockets instead refetch

Fixed chest page using sockets instead refetch #34

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
jobs:
publish-docker-image:
name: Push Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker Login
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: .
file: docker/Dockerfile
push: true
tags: ghcr.io/sefirosweb/minecraft-legion:latest