We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4845 commit aafc109Copy full SHA for aafc109
.github/workflows/docker-images.yml
@@ -1,8 +1,4 @@
1
name: Docker Build
2
-# This workflow uses actions that are not certified by GitHub.
3
-# They are provided by a third-party and are governed by
4
-# separate terms of service, privacy policy, and support
5
-# documentation.
6
on:
7
schedule:
8
- cron: '27 7 * * *'
@@ -57,6 +53,7 @@ jobs:
57
53
build-container:
58
54
runs-on: ubuntu-24.04
59
55
needs: [generate-matrix, build-magento]
56
+ continue-on-error: ${{ contains(matrix.artifact, 'beta') || contains(matrix.artifact, 'alpha') }}
60
permissions:
61
packages: write
62
contents: read
0 commit comments