Skip to content

Add playtime for "TLOZ: Tri Force Heroes". #16

Add playtime for "TLOZ: Tri Force Heroes".

Add playtime for "TLOZ: Tri Force Heroes". #16

Workflow file for this run

name: Deploy
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Log into GHCR
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build the image
run: docker compose build
- name: Push the image
run: docker compose push