Skip to content

Commit

Permalink
Move to self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
pycui committed Jul 15, 2023
1 parent d310c76 commit 7f2a266
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ on:

jobs:

This comment has been minimized.

Copy link
@GHOST100jp

GHOST100jp Jul 20, 2023

Build -" python++"
Rat"

build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand All @@ -24,6 +21,5 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
platforms: linux/amd64
push: true
tags: shaunly/real_char:latest

0 comments on commit 7f2a266

Please sign in to comment.