Skip to content

Commit 91ed544

Browse files
committed
(d) Use Linux build container from my account
1 parent e780409 commit 91ed544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ env:
9191
runs-on: ubuntu-latest
9292
container: |
9393
{
94-
\"image\": \"ghcr.io/arduino/arduino-ide/linux:main\"
94+
\"image\": \"ghcr.io/per1234/arduino-ide/linux:test-dependabot-github_actions-actions-upload-artifact-4\"
9595
}
9696
job-transfer-artifact-suffix: Linux_64bit
9797
mergeable-channel-file: 'false'

.github/workflows/push-container-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: >
2323
(
2424
github.event_name != 'pull_request' &&
25-
github.repository == 'arduino/arduino-ide'
25+
github.repository == 'per1234/arduino-ide'
2626
) ||
2727
(
2828
github.event_name == 'pull_request' &&
@@ -66,5 +66,5 @@ jobs:
6666
labels: ${{ steps.metadata.outputs.labels }}
6767
# Workflow is triggered on relevant events for the sake of a "dry run" validation but image is only pushed to
6868
# registry on commit to the main branch.
69-
push: ${{ github.ref == 'refs/heads/main' }}
69+
push: true
7070
tags: ${{ steps.metadata.outputs.tags }}

0 commit comments

Comments
 (0)