Skip to content

Commit

Permalink
Merge branch 'bugfix/CLDSRV-606-fix-release' into tmp/octopus/w/9.0/b…
Browse files Browse the repository at this point in the history
…ugfix/CLDSRV-606-fix-release
  • Loading branch information
bert-e committed Jan 28, 2025
2 parents 5a100f2 + 07dbf67 commit bdc2f76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ github.token }}

- name: Install Oras
run: |
curl -L https://github.com/oras-project/oras/releases/download/v${ORAS_VERSION}/oras_${ORAS_VERSION}_linux_amd64.tar.gz | \
tar -xz -C /usr/local/bin oras
env:
ORAS_VERSION: 1.2.2

- name: Push dashboards into the production namespace
run: |
oras push ghcr.io/${{ github.repository }}/${{ env.PROJECT_NAME }}-dashboards:${{ github.event.inputs.tag }} \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zenko/cloudserver",
"version": "8.8.42",
"version": "8.8.43",
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit bdc2f76

Please sign in to comment.