Update docker-image.yml
This commit is contained in:
parent
2194320a45
commit
d8c6feedff
11
.github/workflows/docker-image.yml
vendored
11
.github/workflows/docker-image.yml
vendored
@ -64,16 +64,7 @@ jobs:
|
|||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/beatsaber-overlay:latest
|
tags: ${{ secrets.DOCKERHUB_USERNAME }}/beatsaber-overlay:latest
|
||||||
|
|
||||||
- name: Run the image in a container
|
|
||||||
uses: addnab/docker-run-action@v3
|
|
||||||
with:
|
|
||||||
image: ${{ secrets.DOCKERHUB_USERNAME }}/beatsaber-overlay:latest
|
|
||||||
run: |
|
|
||||||
echo "runing the docker image"
|
|
||||||
echo "Testing the nodejs app endpoints"
|
|
||||||
echo ${{ steps.docker_build.outputs.digest }}
|
|
||||||
|
Reference in New Issue
Block a user