Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-yao committed Jan 4, 2024
1 parent 349ae8d commit f32f154
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 143 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ci

on:
push:
branches:
- "dev"

jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: rick-yao/aria2-oneupload:latest
69 changes: 0 additions & 69 deletions .github/workflows/docker-build-test.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/docker-publish.yml

This file was deleted.

0 comments on commit f32f154

Please sign in to comment.