more testing with gh actions.

This commit is contained in:
amdavidson 2019-09-24 11:30:56 -04:00 committed by GitHub
parent b88b85535e
commit 163d7c99e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,5 @@ jobs:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag backup-server:${{ github.sha }}
- name: Push the Docker image
run: docker push docker.pkg.github.com/amdavidson/backup-server/backup-server:${{ github.sha }}