diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 75d3db0..d4654a6 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -10,7 +10,7 @@ on: - unlabeled env: REGISTRY: quay.io - REPOSITORY: wi_stefan + REPOSITORY: seamware jobs: build: @@ -83,4 +83,4 @@ jobs: title: ${{ steps.out.outputs.version }} files: | did-helper - LICENSE \ No newline at end of file + LICENSE diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dcc2903..0d89631 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,7 @@ on: env: REGISTRY: quay.io - REPOSITORY: wi_stefan + REPOSITORY: seamware jobs: build: @@ -72,4 +72,4 @@ jobs: title: ${{ steps.out.outputs.version }} files: | did-helper - LICENSE \ No newline at end of file + LICENSE