Skip to content

Commit

Permalink
Merge pull request #138 from canonical/fix-oci-dockerfile-context
Browse files Browse the repository at this point in the history
Fix oci image builds due to Dockerfile being in a subdir now
  • Loading branch information
plars authored Oct 23, 2023
2 parents afd71a5 + a0c6af0 commit 76df433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/server-publish-oci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./server
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 76df433

Please sign in to comment.