mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-4535] rework docker publishing actions (#3068)
* rework docker publishing actions * simplify steps * rollback AWS credentials
This commit is contained in:
@@ -34,7 +34,6 @@ env:
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT: /
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGIN: /
|
||||
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: "{protocol}//{hostname}{:port}/assets/silent-refresh.html"
|
||||
REPO_SLUG: "alfresco/alfresco-content-app"
|
||||
NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }}
|
||||
|
||||
|
||||
@@ -57,7 +56,7 @@ jobs:
|
||||
uses: ./.github/actions/publish-image
|
||||
with:
|
||||
branch_name: ${{ env.BRANCH_NAME }}
|
||||
domain: quay.io
|
||||
registry: quay.io
|
||||
username: ${{ secrets.QUAY_USERNAME }}
|
||||
password: ${{ secrets.QUAY_PASSWORD }}
|
||||
dry-run: ${{ inputs.dry-run-release }}
|
||||
@@ -80,7 +79,7 @@ jobs:
|
||||
uses: ./.github/actions/publish-image
|
||||
with:
|
||||
branch_name: ${{ env.BRANCH_NAME }}
|
||||
domain: docker.io
|
||||
registry: docker.io
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
dry-run: ${{ inputs.dry-run-release }}
|
||||
|
||||
Reference in New Issue
Block a user