more testing with gh actions.
This commit is contained in:
parent
b88b85535e
commit
163d7c99e2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dockerimage.yml
vendored
1
.github/workflows/dockerimage.yml
vendored
|
@ -15,4 +15,5 @@ jobs:
|
||||||
- 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:${{ github.sha }}
|
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 }}
|
run: docker push docker.pkg.github.com/amdavidson/backup-server/backup-server:${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue