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

Adding docker hub build push recipe #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dgtlmoon
Copy link

Hope it helps!

Looks like v0.18.0 exists in this github repo but not on docker hub

ProBook-440-G7:~/deepdetect/code/cpu$ CURRENT_UID=$(id -u):$(id -g) MUID=$(id -u) docker-compose up -d
/usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.25.8) or chardet (2.3.0) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Pulling platform_ui (jolibrain/platform_ui:v0.18.0)...
ERROR: manifest for jolibrain/platform_ui:v0.18.0 not found: manifest unknown: manifest unknown
dgtlmoon@dgtlmoon-HP-ProBook-440-G7:~/deepdetect/code/cpu$

push:
tags:
- 'v*.*'
- 'latest'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tag version should work, I havent tested if latest will work, at the worst it will just require duplicating this recipe and replacing the tag with the string 'latest' on line 58

also supports multiple platforms dockerx build recipe

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to configure this in your github project settings

@killian31 killian31 added the bug Something isn't working label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants