Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Alfresco/alfresco-build-tools from 5.30.0 to 5.34.0 #99

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Setup Docker Engine
if: matrix.target_arch == 'aarch64'
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@9558268b491821a4cfce1f11d4c8f6e56adc8496 # v5.30.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0

- name: Prepare image
run: docker build . -t buildenv --build-arg BASE_IMAGE=${{ matrix.base_image }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Setup Docker Engine
if: matrix.target_arch == 'aarch64'
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@9558268b491821a4cfce1f11d4c8f6e56adc8496 # v5.30.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0

- name: Prepare image
run: docker build . -t testenv --build-arg BASE_IMAGE=${{ matrix.base_image }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run: ls -R *.rpm

- name: Deploy to nexus
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@a288b9efdaa50413573b2e130896d906478b8e50
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@76affd16a4dd9a440cf66bf42656b1d826e8dfc2
if: startsWith(github.ref, 'refs/tags/v')
with:
group-id: org.imagemagick
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: Setup Docker Engine
if: matrix.target_arch == 'aarch64'
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0

- name: Prepare image
run: docker build . -t buildenv --build-arg BASE_IMAGE=${{ matrix.base_image }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

- name: Setup Docker Engine
if: matrix.target_arch == 'aarch64'
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@a288b9efdaa50413573b2e130896d906478b8e50 # v5.31.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-docker@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0

- name: Download DEBs
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
run: ls -R *.deb

- name: Deploy to nexus
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@a288b9efdaa50413573b2e130896d906478b8e50
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@76affd16a4dd9a440cf66bf42656b1d826e8dfc2
if: startsWith(github.ref, 'refs/tags/v')
with:
group-id: org.imagemagick
Expand Down