Skip to content

Commit

Permalink
BB-644 Update backbeat hotfix/7.10.17 registry to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2bert committed Dec 30, 2024
1 parent 292ee1d commit cc8b3be
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release-federation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:

jobs:
build-federation-image:
uses: scality/workflows/.github/workflows/docker-build.yaml@v1
secrets: inherit
uses: scality/workflows/.github/workflows/docker-build.yaml@v2
secrets:
REGISTRY_LOGIN: ${{ github.repository_owner }}
REGISTRY_PASSWORD: ${{ github.token }}
with:
push: true
registry: registry.scality.com
namespace: ${{ github.event.repository.name }}
registry: ghcr.io
namespace: scality
name: ${{ github.event.repository.name }}
context: .
file: images/nodesvc-base/Dockerfile
Expand All @@ -25,9 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
with:
name: Release ${{ github.event.inputs.tag }}
tag_name: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit cc8b3be

Please sign in to comment.