Update dockerimage.yml

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

View file

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