Skip to content

Commit

Permalink
fix: dockerfile location (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic authored Dec 19, 2023
1 parent 3b7bc6a commit 862910f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: daily

- package-ecosystem: docker
directory: /
schedule:
Expand All @@ -15,16 +10,3 @@ updates:
directory: /
schedule:
interval: daily

- package-ecosystem: npm
directory: /frontend/
ignore:
- dependency-name: '*'
update-types: [version-update:semver-major]
schedule:
interval: daily

- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: daily
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
if: ${{ steps.release.outputs.release-version != '' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: docker/build-push-action@v5
with:
context: ./frontend
file: ./frontend/Dockerfile
context: ./
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 862910f

Please sign in to comment.