-
Notifications
You must be signed in to change notification settings - Fork 150
fix publish to docker hub #96
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
fix publish to docker hub #96
Conversation
|
@gengjiawen please merge 👍 and maybe release proper 1.0 version |
|
Can you go through on a full release in your fork, I am afraid we will make the git commit log ugly with too many failed tried https://github.com/dulmandakh/docker-android/actions?query=workflow%3APublish |
|
@gengjiawen publish action is running on https://github.com/dulmandakh/docker-android/runs/1314705293, but won't push to Docker Hub |
3c9d6f6 to
c50af60
Compare
|
@gengjiawen it successfully built docker image, and here is a snippet from docker build jobs with proper tags /usr/bin/docker buildx build --tag reactnativecommunity/react-native-android:1.0 --tag reactnativecommunity/react-native-android:latest --iidfile /tmp/docker-build-push-QYnCf2/iidfile --secret id=GIT_AUTH_TOKEN,src=/tmp/docker-build-push-QYnCf2/tmp-2709-IwHeEg27BHT1 --file ./Dockerfile https://github.com/dulmandakh/docker-android.git#tags/v1.0
13 |
|
Please revert |
c50af60 to
3e9e059
Compare
3e9e059 to
1b084a1
Compare
|
@gengjiawen done |
gengjiawen
left a comment
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.
LGTM
fixed the publish action conditions, also build action will ignore version tags