Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Jan 1, 2025
1 parent a63f898 commit 0a95ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and push app
uses: docker/build-push-action@v6
with:
file: Dockerfile-app
file: Dockerfile.app
push: true
tags: |
ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/albert-docs:${{ env.GITHUB_REF_SLUG }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Build and push api
uses: docker/build-push-action@v6
with:
file: Dockerfile-api
file: Dockerfile.api
push: true
tags: |
ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/albert-docs/api:${{ env.GITHUB_REF_SLUG }}
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ jobs:
cd app
yarn
yarn lint
# docker:
# name: Lint Dockerfile
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Lint Dockerfile
# uses: hadolint/[email protected]
# with:
# dockerfile: Dockerfile
# verbose: true

0 comments on commit 0a95ae2

Please sign in to comment.