Skip to content

Commit 5b1567a

Browse files
committed
Release to Absaoss
Signed-off-by: Dinar Valeev <[email protected]>
1 parent 6df9b19 commit 5b1567a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
TAG: ${{ github.ref_name }}
1010
GHCR_REGISTRY: ghcr.io
11+
ORG: absaoss
1112

1213
jobs:
1314
build:
@@ -34,21 +35,6 @@ jobs:
3435
password: ${{ secrets.GITHUB_TOKEN }}
3536
- name: Build and push docker image to ghcr.io
3637
run: make docker-build-and-push TAG=${{ env.TAG }} REGISTRY=${{ env.GHCR_REGISTRY }}
37-
- name: Read prime registry secrets
38-
uses: rancher-eio/read-vault-secrets@main
39-
with:
40-
secrets: |
41-
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials username | PRIME-REGISTRY-USERNAME;
42-
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME-REGISTRY-PASSWORD;
43-
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials registry | PRIME-REGISTRY-REGISTRY;
44-
- name: Docker login to prime registry
45-
uses: docker/login-action@v3
46-
with:
47-
registry: ${{ env.PRIME-REGISTRY-REGISTRY }}
48-
username: ${{ env.PRIME-REGISTRY-USERNAME }}
49-
password: ${{ env.PRIME-REGISTRY-PASSWORD }}
50-
- name: Build and push docker image to prime registry
51-
run: make docker-build-and-push TAG=${{ env.TAG }} REGISTRY=${{ env.PRIME-REGISTRY-REGISTRY }}
5238
release:
5339
runs-on: ubuntu-latest
5440
permissions:

0 commit comments

Comments
 (0)