Skip to content

Commit

Permalink
feat!: Move Dockerfile to the root of the project (celestiaorg#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
tty47 authored Feb 7, 2023
1 parent 2cf6813 commit 35cc9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
hadolint:
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@main # yamllint disable-line rule:line-length
with:
dockerfile: docker/Dockerfile
dockerfile: Dockerfile

yamllint:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile
file: Dockerfile
- name: Build and Push amd64+arm64 Images
if: |
github.ref == 'refs/heads/main' ||
Expand All @@ -55,4 +55,4 @@ jobs:
platforms: linux/arm64, linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
file: docker/Dockerfile
file: Dockerfile
File renamed without changes.

0 comments on commit 35cc9d1

Please sign in to comment.