-
Notifications
You must be signed in to change notification settings - Fork 58
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
ci: build and publish daed docker image with geosite/geoip #19
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.
Any test result?
- name: docker image - quay.io | ||
uses: aevea/action-kaniko@master | ||
with: | ||
registry: quay.io | ||
username: ${{ github.repository_owner }} | ||
password: ${{ secrets.QUAY_PASS }} | ||
image: ${{ github.repository }} | ||
build_file: Dockerfile | ||
tag_with_latest: true | ||
cache: true | ||
cache_registry: quay.io/${{ github.repository_owner }}/cache |
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.
Just a quick note: with this setup, Kaniko can ONLY build one arch-based
image at a time.
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.
OK, noted, then github matrix is needed here
Also, consider adding a |
1cb67f8
to
364dcb3
Compare
78fe6f1
to
7b2569c
Compare
7b2569c
to
8907ce7
Compare
13cce45
to
ba98b22
Compare
ba98b22
to
700f2cc
Compare
a8e281e
to
5ee071a
Compare
Last success run log: https://github.com/daeuniverse/daed/actions/runs/5252280018/jobs/9488146854 |
Description
This PR adds a dedicated workflow file to support
build and publish daed docker image with geosite/geoip
within github ciNote
Only build linux/amd64 for now