-
Notifications
You must be signed in to change notification settings - Fork 7
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
use arm runner #2483
base: main
Are you sure you want to change the base?
use arm runner #2483
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
string should not be empty [syntax-check]
branches: |
commit: cloudnativedaysjp/dreamkast@9ac9863 Co-authored-by: GitHub Action <[email protected]>
Simplecov Report
|
commit: cloudnativedaysjp/dreamkast@cb25f9c Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@8bf3568 Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@7a34a6b Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@a5ab26e Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@d064ad5 Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@cdaca9d Co-authored-by: GitHub Action <[email protected]>
tags: | | ||
type=sha,prefix=,format=long | ||
type=ref,event=branch | ||
|
||
- name: Prepare-tag | ||
id: tags | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:41: Double quote to prevent globbing and word splitting [shellcheck]
|
||
- name: Prepare-tag | ||
id: tags | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:41: Double quote to prevent globbing and word splitting [shellcheck]
@@ -42,7 +42,69 @@ jobs: | |||
file: ./Dockerfile | |||
builder: ${{ steps.buildx.outputs.name }} | |||
push: true | |||
tags: ${{ steps.meta.outputs.tags }} | |||
tags: ${{ steps.login-ecr.outputs.registry }}/dreamkast-ecs:${{ steps.tags.outputs.tag }} | |||
provenance: false | |||
labels: ${{ steps.meta.outputs.labels }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
property "meta" is not defined in object type {buildx: {conclusion: string; outcome: string; outputs: {driver: string; endpoint: string; flags: string; name: string; nodes: string; platforms: string; status: string}}; login-ecr: {conclusion: string; outcome: string; outputs: {string => string}}; tags: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
id: meta | ||
uses: docker/metadata-action@v5 | ||
with: | ||
images: ${{ steps.login-ecr.outputs.registry }}/dreamkast-ecs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
property "login-ecr" is not defined in object type {} [expression]
type=ref,event=tag | ||
- name: Prepare-tag | ||
id: tags | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:23: Double quote to prevent globbing and word splitting [shellcheck]
uses: aws-actions/amazon-ecr-login@v2 | ||
|
||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1073:error:13:1: Couldn't parse this for loop. Fix to allow more checks [shellcheck]
uses: aws-actions/amazon-ecr-login@v2 | ||
|
||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1061:error:13:44: Couldn't find 'done' for this 'do' [shellcheck]
uses: aws-actions/amazon-ecr-login@v2 | ||
|
||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1062:error:17:1: Expected 'done' matching previously mentioned 'do' [shellcheck]
uses: aws-actions/amazon-ecr-login@v2 | ||
|
||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1072:error:17:1: Expected 'done'. Fix any mentioned problems and try again [shellcheck]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
property "meta" is not defined in object type {buildx: {conclusion: string; outcome: string; outputs: {driver: string; endpoint: string; flags: string; name: string; nodes: string; platforms: string; status: string}}; login-ecr: {conclusion: string; outcome: string; outputs: {string => string}}; tags: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
labels: ${{ steps.meta.outputs.labels }} |
commit: cloudnativedaysjp/dreamkast@8b989ee Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@4d3e9ea Co-authored-by: GitHub Action <[email protected]>
commit: cloudnativedaysjp/dreamkast@b320cbf Co-authored-by: GitHub Action <[email protected]>
type=ref,event=branch | ||
- name: Prepare-tag | ||
id: tags | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:7:23: Double quote to prevent globbing and word splitting [shellcheck]
commit: cloudnativedaysjp/dreamkast@a29b9e6 Co-authored-by: GitHub Action <[email protected]>
echo "tag=${arch}" >> $GITHUB_OUTPUT | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1073:error:5:1: Couldn't parse this for loop. Fix to allow more checks [shellcheck]
echo "tag=${arch}" >> $GITHUB_OUTPUT | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1061:error:5:26: Couldn't find 'done' for this 'do' [shellcheck]
echo "tag=${arch}" >> $GITHUB_OUTPUT | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1062:error:14:1: Expected 'done' matching previously mentioned 'do' [shellcheck]
echo "tag=${arch}" >> $GITHUB_OUTPUT | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Create a New Image | ||
run: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC1072:error:14:1: Expected 'done'. Fix any mentioned problems and try again [shellcheck]
commit: cloudnativedaysjp/dreamkast@593f650 Co-authored-by: GitHub Action <[email protected]>
No description provided.