We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3015941 + 589200e commit 216d777Copy full SHA for 216d777
2 files changed
.github/workflows/cd.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Login to Artifactory
13
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
14
with:
15
registry: splitio-docker-dev.jfrog.io
16
username: ${{ secrets.ARTIFACTORY_DOCKER_USER }}
.github/workflows/unstable.yml
- name: Login to DockerHub
0 commit comments