Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Checkout ci
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Nov 3, 2023
1 parent 5af52aa commit 32af78a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 51 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/deps.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release
on:
push:
tags:
- "v*"

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
run: |-
IMG="ghcr.io/${{ github.repository }}:${{ github.ref_name }}" make docker-push-w-buildx
25 changes: 0 additions & 25 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit 32af78a

Please sign in to comment.