Update docker-image.yml

This commit is contained in:
Lee 2023-01-06 22:57:58 +00:00 committed by GitHub
parent 2194320a45
commit d8c6feedff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,16 +64,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./
context: .
file: ./Dockerfile
push: true
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 }}