Skip to content

Commit 0edb7eb

Browse files
authored
remove Circle CI, publish updates latest tag (#142)
1 parent 3c32945 commit 0edb7eb

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

.circleci/config.yml

-35
This file was deleted.

.github/workflows/publish.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,12 @@ jobs:
2424
- name: Prepare tags
2525
env:
2626
DOCKER_IMAGE: reactnativecommunity/react-native-android
27-
STABLE_MAJOR: 1
2827
id: tags
2928
run: |
3029
VERSION=${GITHUB_REF#refs/tags/v}
3130
MAJOR=$(echo $VERSION | cut -d'.' -f 1)
32-
TAGS="$DOCKER_IMAGE:$VERSION,$DOCKER_IMAGE:$MAJOR"
33-
if [[ $MAJOR == $STABLE_MAJOR ]]; then
34-
TAGS="$TAGS,$DOCKER_IMAGE:latest"
35-
fi
31+
TAGS="$DOCKER_IMAGE:$VERSION,$DOCKER_IMAGE:$MAJOR,$DOCKER_IMAGE:latest"
3632
echo ::set-output name=tags::${TAGS}
37-
3833
- name: Build & publish to Docker Hub
3934
uses: docker/build-push-action@v2
4035
with:

publish_docker.js

-23
This file was deleted.

0 commit comments

Comments
 (0)