Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SozinM committed Feb 25, 2025
1 parent d679638 commit fbac636
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/release-op.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ on:
required: false
type: choice

env:
DOCKER_REGISTRY: nethermind.jfrog.io
JFROG_REPOSITORY: modular-oci-local-dev

jobs:
extract-version:
name: Extract version
Expand Down Expand Up @@ -190,12 +194,16 @@ jobs:
# Push latest tag for full version only, not for prerelease versions (i.e. not for v1.2.3-rc1)
type=raw,value=latest,enable=${{ !contains(env.VERSION, '-') }}
- name: docker login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: docker login
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}

- name: Log in to JFrog Artifactory
run: docker login ${{ env.DOCKER_REGISTRY }} -u ${{ secrets.ARTIFACTORY_MODULAR_USERNAME }} -p ${{ secrets.ARTIFACTORY_MODULAR_TOKEN_DEVELOPER }}


- name: docker build and push op-rbuilder
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fbac636

Please sign in to comment.