Skip to content

Commit

Permalink
update action to use dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Dec 6, 2023
1 parent d466f4e commit d2b45a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: docker/Dockerfile .
file: docker/Dockerfile
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit d2b45a0

Please sign in to comment.