Skip to content

Commit 059d280

Browse files
committed
ci: disable dockerhub GHA env
1 parent c895784 commit 059d280

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
VERSION: ${{ (github.ref_type == 'tag' && github.ref_name) || steps.check.outputs.ref || 'dev' }}
8181
PHP_VERSION: ${{ steps.check.outputs.php_version }}
8282
build:
83-
# TODO: re-enable the environment when the GitHub UI will supporting grouping or masking environment notifications (pollute the Pull Requests right now)
83+
# TODO: re-enable the environment when the GitHub UI supports grouping or masking environment notifications (they pollute pull requests right now)
8484
#environment: dockerhub
8585
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
8686
needs:

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381

382382
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
383383
push:
384-
# TODO: re-enable the environment when the GitHub UI will supporting grouping or masking environment notifications (pollute the Pull Requests right now)
384+
# TODO: re-enable the environment when the GitHub UI supports grouping or masking environment notifications (they pollute pull requests right now)
385385
#environment: dockerhub
386386
runs-on: ubuntu-24.04
387387
needs:

0 commit comments

Comments
 (0)