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

feat(.dockerignore): revise .dockerignore to correctly ignore copying unrelated files #5009

Merged
merged 7 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix image organization
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
youtalk committed Jul 17, 2024
commit 0aed5bcb670e3eda23a241ba4c85a3be42bf83a7
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ runs:
id: meta-autoware-universe
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.actor }}/${{ inputs.bake-target }}
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.bake-target }}
tags: ${{ steps.set-docker-tags.outputs.tags }}
bake-target: docker-metadata-action-autoware-universe
flavor: |
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
- name: Cache ccache
uses: actions/cache@v4
if: ${{ inputs.name == 'no-cuda' && github.ref == 'refs/heads/main' }}
id: cache-ccahce

Check warning on line 40 in .github/actions/docker-build/action.yaml

GitHub Actions / spell-check-differential

Unknown word (ccahce)
with:
path: |
root-ccache
@@ -97,7 +97,7 @@
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ github.token }}

- name: Run docker build