From 5681479d4e6e201ee2ee58491ccd8cbc2bd61311 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 May 2020 14:41:50 -0500 Subject: [PATCH] Delete dockerpub.yml --- .github/workflows/dockerpub.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/dockerpub.yml diff --git a/.github/workflows/dockerpub.yml b/.github/workflows/dockerpub.yml deleted file mode 100644 index 486c24a..0000000 --- a/.github/workflows/dockerpub.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Publish Docker image -on: - release: - types: [published] -jobs: - push_to_registry: - name: Push Docker image to GitHub Packages - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v2 - - name: Push to GitHub Packages - uses: docker/build-push-action@v1 - with: - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: docker.pkg.github.com - repository: techniclor-creamsicle/osselbot/osselbot - tag_with_ref: true