Skip to content

Commit

Permalink
add path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Mar 15, 2024
1 parent b39dbe5 commit 15aecd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
registry_password: ${{ secrets.GITHUB_TOKEN }}
build_arch: linux/amd64,linux/arm64
build_context: ${{ matrix.minor }}/${{ matrix.os }}
buildfile: ${{ matrix.minor }}/${{ matrix.os }}/Dockerfile
tags: |
ghcr.io/betadots/ruby:${{ matrix.major }}
ghcr.io/betadots/ruby:${{ matrix.minor }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
registry_password: ${{ secrets.GITHUB_TOKEN }}
publish: 'false'
build_context: ${{ matrix.minor }}/${{ matrix.os }}
buildfile: ${{ matrix.minor }}/${{ matrix.os }}/Dockerfile
tags: 'ci/ruby:${{ github.sha }}'

- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit 15aecd3

Please sign in to comment.