Skip to content

Commit

Permalink
used correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Feb 12, 2024
1 parent b7a5469 commit ce0cc7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ${{ matrix.dockerfile }}
file: recover-id-object/scripts/Dockerfile
push: true
tags: concordium/recover-id-object:latest

0 comments on commit ce0cc7c

Please sign in to comment.