File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
runs-on: ubuntu-latest
92
92
container: |
93
93
{
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 \"
95
95
}
96
96
job-transfer-artifact-suffix: Linux_64bit
97
97
mergeable-channel-file: 'false'
Original file line number Diff line number Diff line change 22
22
if : >
23
23
(
24
24
github.event_name != 'pull_request' &&
25
- github.repository == 'arduino /arduino-ide'
25
+ github.repository == 'per1234 /arduino-ide'
26
26
) ||
27
27
(
28
28
github.event_name == 'pull_request' &&
66
66
labels : ${{ steps.metadata.outputs.labels }}
67
67
# Workflow is triggered on relevant events for the sake of a "dry run" validation but image is only pushed to
68
68
# registry on commit to the main branch.
69
- push : ${{ github.ref == 'refs/heads/main' }}
69
+ push : true
70
70
tags : ${{ steps.metadata.outputs.tags }}
You can’t perform that action at this time.
0 commit comments