mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Build(deps): Bump the github-actions group (#4494)
Bumps the github-actions group in /.github/actions/deploy-local-acs with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools).
Updates `docker/login-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](9780b0c442...74a5d14239
)
Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v8.18.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cd7121aa8c
commit
d8acd1954b
8
.github/actions/deploy-local-acs/action.yml
vendored
8
.github/actions/deploy-local-acs/action.yml
vendored
@ -23,20 +23,20 @@ runs:
|
|||||||
version: "3.14.3"
|
version: "3.14.3"
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
|
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
||||||
with:
|
with:
|
||||||
username: ${{ inputs.docker_username }}
|
username: ${{ inputs.docker_username }}
|
||||||
password: ${{ inputs.docker_password }}
|
password: ${{ inputs.docker_password }}
|
||||||
|
|
||||||
- name: Login to Quay.io
|
- name: Login to Quay.io
|
||||||
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
|
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
|
||||||
with:
|
with:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
username: ${{ inputs.quay_username }}
|
username: ${{ inputs.quay_username }}
|
||||||
password: ${{ inputs.quay_password }}
|
password: ${{ inputs.quay_password }}
|
||||||
|
|
||||||
- name: Setup cluster
|
- name: Setup cluster
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.16.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.18.0
|
||||||
with:
|
with:
|
||||||
ingress-nginx-ref: controller-v1.8.2
|
ingress-nginx-ref: controller-v1.8.2
|
||||||
|
|
||||||
@ -76,4 +76,4 @@ runs:
|
|||||||
--values .github/acs-deployment-values-override.yaml
|
--values .github/acs-deployment-values-override.yaml
|
||||||
|
|
||||||
- name: Wait for pods to be ready
|
- name: Wait for pods to be ready
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v8.16.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v8.18.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user