Skip to content

Commit

Permalink
remove unused files and change to personal style
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Nov 18, 2024
1 parent 03d1590 commit 54ecd77
Show file tree
Hide file tree
Showing 3,140 changed files with 557 additions and 158,953 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 0 additions & 18 deletions .github/workflows/auto-label-pr.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/auto-size-pr.yaml

This file was deleted.

43 changes: 43 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Build and Push Multi-Arch Docker Image

on:
push:
tags:
- "*"

permissions:
packages: write

jobs:
build-and-push:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/arm64, linux/amd64

- 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.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}/sophdoc:${{ github.ref_name }}
ghcr.io/${{ github.repository }}/sophdoc:latest
platforms: linux/amd64, linux/arm64
69 changes: 0 additions & 69 deletions .github/workflows/corrupted-hyperlink.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/main.path.yml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/main.yml

This file was deleted.

Loading

0 comments on commit 54ecd77

Please sign in to comment.