From 78ab5fb8da5e744469511ff99b3c60e69bde700a Mon Sep 17 00:00:00 2001 From: tcfplayz <58693033+ckclol@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:39:24 +0800 Subject: [PATCH] Delete .github/workflows/publish.yml --- .github/workflows/publish.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 5d15587..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: publish -on: [push] -jobs: -publish-hello-docker-image: -runs-on: ubuntu-latest -steps: -- uses: actions/checkout@v2 -- name: Login to GitHub Container Registry -uses: docker/login-action@v1 -with: -registry: ghcr.io -username: ${{ github.actor }} -password: ${{ secrets.GITHUB_TOKEN }} -- name: Build the hello-docker Docker image -run: | - docker build . --tag ghcr.io/tcfplayz/graalcc-17p:latest - docker run ghcr.io/tcfplayz/graalcc-17p:latest - docker push ghcr.io/tcfplayz/graalcc-17p:latest