Skip to content

Commit b165b03

Browse files
Merge pull request #47 from splitio/INFRA-8947
Remove Jfrog
2 parents df2e31e + 9cce61b commit b165b03

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ jobs:
3737
if: ${{ github.event_name == 'push' }}
3838
uses: aws-actions/amazon-ecr-login@v2
3939

40-
- name: Login to Artifactory
41-
if: ${{ github.event_name == 'push' }}
42-
uses: docker/login-action@v3
43-
with:
44-
registry: ${{ vars.ARTIFACTORY_DOCKER_REGISTRY }}
45-
username: ${{ vars.ARTIFACTORY_DOCKER_USER }}
46-
password: ${{ secrets.ARTIFACTORY_DOCKER_PASS }}
47-
4840
- name: Set VERSION env
4941
run: echo "VERSION=$(cat splitio/version.go | grep 'Version =' | awk '{print $4}' | tr -d '"')" >> $GITHUB_ENV
5042

@@ -55,7 +47,6 @@ jobs:
5547
file: "infra/sidecar.Dockerfile"
5648
push: true
5749
tags: |
58-
${{ vars.ARTIFACTORY_DOCKER_REGISTRY }}/splitd/sidecar${{ matrix.fips_mode == 'enabled' && '-fips' || ''}}:${{ env.VERSION }}
5950
${{ vars.ECR_TESTING_URL }}/splitd/sidecar${{ matrix.fips_mode == 'enabled' && '-fips' || ''}}:${{ env.VERSION }}
6051
build-args: |
6152
FIPS_MODE=${{ matrix.fips_mode }}

.github/workflows/unstable.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
if: ${{ github.event_name == 'push' }}
3737
uses: aws-actions/amazon-ecr-login@v2
3838

39-
- name: Login to Artifactory
40-
if: ${{ github.event_name == 'push' }}
41-
uses: docker/login-action@v3
42-
with:
43-
registry: splitio-docker-dev.jfrog.io
44-
username: ${{ vars.ARTIFACTORY_DOCKER_USER }}
45-
password: ${{ secrets.ARTIFACTORY_DOCKER_PASS }}
46-
4739
- name: Get short hash
4840
run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4941

@@ -54,7 +46,6 @@ jobs:
5446
file: "infra/sidecar.Dockerfile"
5547
push: true
5648
tags: |
57-
splitio-docker-dev.jfrog.io/splitd/sidecar${{ matrix.fips_mode == 'enabled' && '-fips' || '' }}:${{ env.SHORT_SHA }}
5849
${{ vars.ECR_TESTING_URL }}/splitd/sidecar${{ matrix.fips_mode == 'enabled' && '-fips' || '' }}:${{ env.SHORT_SHA }}
5950
build-args: |
6051
FIPS_MODE=${{ matrix.fips_mode }}

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package splitio
22

3-
const Version = "1.6.1"
3+
const Version = "1.6.2"

0 commit comments

Comments
 (0)