From 0c7dad72aa677bfe91726f781760a75dfe600bb5 Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh Date: Tue, 15 Sep 2020 18:47:10 +0200 Subject: [PATCH] clean up --- .github/workflows/tests.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 79a6d99..0bf5b38 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,25 +18,3 @@ jobs: set -ex make build make tests - - docker_image: - if: ${{ github.ref == 'refs/heads/master' }} - runs-on: ubuntu-latest - strategy: - matrix: - go: [ '1.14' ] - steps: - - uses: actions/checkout@v2 - - name: Building docker image - run: | - set -ex - make build tests - docker build -f Dockerfile -t icy/genvsub/snapshot:latest . - - 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: icy/genvsub/snapshot - tag_with_ref: true