Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Dockerfile path. #6

Merged
merged 15 commits into from
Oct 4, 2022
Next Next commit
fix Dockerfile path.
  • Loading branch information
AnalogJ committed Sep 27, 2022
commit e043985e7fd854b5472fc3cf2a6d1a2806d2da0f
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
omnibus:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
context: .
file: docker/Dockerfile
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down