Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused files and change to personal style #2

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading