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

[CI] Build PR images on GHCR #3432

Merged
merged 54 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
3df37d3
Upgrade CI
Nov 15, 2023
66fd791
Keep lint and test on tags
Nov 15, 2023
600f480
Keep actions/checkout@v3
Nov 15, 2023
39861fd
Consider CI on branches named v*
Nov 15, 2023
6e7af96
Fix write packages
Nov 15, 2023
5aaedf8
Distinct Elixir CI and PR Build
Nov 15, 2023
476caf5
Rename build
Nov 15, 2023
3a9fb01
Fix type
Nov 15, 2023
54a0e10
Add workflow_dispatch
Nov 15, 2023
598d639
Add timeout to prevent stuck jobs
Nov 15, 2023
1e071ab
Add actions for buildx and merge
Nov 15, 2023
ad6d00c
fix username ?
Nov 15, 2023
c028a3e
Add grafana images from PR
Nov 15, 2023
4985f78
fix typo
Nov 16, 2023
e3d7222
Finih merge action refactoring
Nov 16, 2023
20b84bb
Exclude PRs related to .github from auto-run
Nov 16, 2023
ead1e59
Don't try to auth on DockerHub when we can't
jlestel Nov 16, 2023
7df4bdb
tmp allow myself to execute
jlestel Nov 16, 2023
3865d74
Update ghcr_build.yml to be able to write on packages from public fork
jlestel Nov 16, 2023
a6b242b
Revert ghcr_build.yml
jlestel Nov 16, 2023
215bfcd
Update ghcr_build.yml
jlestel Nov 16, 2023
d427dc3
Update to build on source repo
jlestel Nov 16, 2023
6d735cc
Update ghcr_build.yml to test
jlestel Nov 16, 2023
e709cda
Use correct repo with REGISTRY_IMAGE
jlestel Nov 16, 2023
4c8fc7a
Update ghcr_build.yml
jlestel Nov 16, 2023
847d977
Update ghcr_build.yml
jlestel Nov 16, 2023
a963e45
Update ghcr_build.yml
jlestel Nov 16, 2023
b8eae50
Update ghcr_build.yml
jlestel Nov 16, 2023
42fed5c
Update ghcr_build.yml
jlestel Nov 16, 2023
7a2cb1d
Use dynamic variables to work in all repos
jlestel Nov 16, 2023
3d1d5c1
Purge in source repo
jlestel Nov 16, 2023
20e4f74
Update ghcr_build.yml
jlestel Nov 16, 2023
d8ef4cd
Update ghcr_build.yml
jlestel Nov 16, 2023
e6267d9
Update ghcr_build.yml
jlestel Nov 16, 2023
f1a8076
Update action.yaml
jlestel Nov 16, 2023
8e31372
Update ghcr_build.yml
jlestel Nov 16, 2023
e51fd86
Update buildx.yml
jlestel Nov 16, 2023
65f9582
Update action.yaml
jlestel Nov 16, 2023
c82e416
Fix vars
jlestel Nov 16, 2023
91421f5
Trace digests
jlestel Nov 16, 2023
36ee0b6
Update action.yml
jlestel Nov 16, 2023
a9c8861
Update action.yml
jlestel Nov 16, 2023
3746d9f
Fix typo
jlestel Nov 16, 2023
e771097
Fox repo name
jlestel Nov 16, 2023
4033fcf
Update buildx.yml
jlestel Nov 16, 2023
107e5c6
Update action.yaml
jlestel Nov 16, 2023
c45e127
Fix repository name
jlestel Nov 16, 2023
8e7a14d
Run on any branch pushed
jlestel Nov 16, 2023
1b3824e
Exclude PRs related to .github from auto-run
Nov 16, 2023
c291627
Add buildjet dependency
Nov 16, 2023
ce2944b
lint
Nov 16, 2023
0a832d8
lint actions
Nov 16, 2023
ac00f1f
Merge pull request #2 from teslamate-org/master
jlestel Nov 16, 2023
c34b8aa
fix: links in dashboards
Nov 17, 2023
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
7 changes: 7 additions & 0 deletions .github/workflows/ghcr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ jobs:
shell: bash
jlestel marked this conversation as resolved.
Show resolved Hide resolved
run: |
env
echo "a"
echo ${{ github.repository_owner }}
echo "b"
echo ${{ github.actor }}
echo "c"
echo ${{ env.GITHUB_REPOSITORY }}


- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down