Skip to content

Commit

Permalink
docker-push workflow: updated the Dockerfile context to build/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
choxx authored Jan 18, 2023
1 parent 5589f4a commit e7705a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./build/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit e7705a9

Please sign in to comment.