Update dockerimage.yml
This commit is contained in:
parent
49146b9103
commit
b88b85535e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dockerimage.yml
vendored
3
.github/workflows/dockerimage.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue