Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Sep 15, 2020
1 parent 071887d commit 0c7dad7
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c7dad7

Please sign in to comment.