Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
Optimiswise committed Mar 7, 2024
1 parent 09f206c commit 0d31294
Show file tree
Hide file tree
Showing 23 changed files with 44 additions and 60,423 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Docker
on:
push:
schedule:
- cron: "42 2 2 * *"
workflow_dispatch:

env:
REGISTRY: ghcr.io
REPO_NAME: ${{ github.repository }}

jobs:
buildDockerImage:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Repo name
run: echo "IMAGE_ID=$(echo ${{ env.REGISTRY }}/${{ env.REPO_NAME }} | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
images: "${{ env.IMAGE_ID }}"
flavor: latest=true
tags: type=sha, prefix={{date 'YYYYMMDD'}}-
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.ref == 'refs/heads/main' }}
5,699 changes: 0 additions & 5,699 deletions b59.ai

This file was deleted.

Binary file removed b59.png
Binary file not shown.
5,782 changes: 0 additions & 5,782 deletions b60.ai

This file was deleted.

Binary file removed b60.png
Binary file not shown.
5,700 changes: 0 additions & 5,700 deletions b61.ai

This file was deleted.

Binary file removed b61.png
Binary file not shown.
5,987 changes: 0 additions & 5,987 deletions b62.ai

This file was deleted.

Binary file removed b62.png
Binary file not shown.
5,694 changes: 0 additions & 5,694 deletions b63.ai

This file was deleted.

Binary file removed b63.png
Binary file not shown.
5,751 changes: 0 additions & 5,751 deletions b64.ai

This file was deleted.

Binary file removed b64.png
Binary file not shown.
19,240 changes: 0 additions & 19,240 deletions b64wood.ai

This file was deleted.

5,732 changes: 0 additions & 5,732 deletions b65.ai

This file was deleted.

Binary file removed b65.png
Binary file not shown.
Binary file removed b66.png
Binary file not shown.
340 changes: 0 additions & 340 deletions background.svg

This file was deleted.

Binary file removed bg.png
Binary file not shown.
104 changes: 0 additions & 104 deletions bg.svg

This file was deleted.

Empty file removed game.js
Empty file.
Loading

0 comments on commit 0d31294

Please sign in to comment.