Skip to content

Commit

Permalink
add gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jul 11, 2024
1 parent 38df301 commit 63c39e9
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git
.github
marmotte.love.conf
26 changes: 26 additions & 0 deletions .github/workflows/push_to_registry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: build

on:
push:

jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
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:
platforms: linux/amd64
push: true
tags: ghcr.io/nicolascarpi/marmotte.love:latest
Binary file removed favicon.ico
Binary file not shown.
38 changes: 0 additions & 38 deletions index.html

This file was deleted.

Binary file removed marmotte.mp4
Binary file not shown.
Binary file removed marmotte.webm
Binary file not shown.
4 changes: 0 additions & 4 deletions robots.txt

This file was deleted.

7 changes: 0 additions & 7 deletions sitemap.xml

This file was deleted.

0 comments on commit 63c39e9

Please sign in to comment.