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

Use artifacts for docker images #108

Merged
merged 49 commits into from
Jun 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
63c5d61
Only trigger for correct repo
EmilyBourne Dec 12, 2022
516e02b
Try artifacts
EmilyBourne Dec 12, 2022
77e29da
Try artifacts
EmilyBourne Dec 12, 2022
1bbe813
Trigger
EmilyBourne Dec 12, 2022
5450cc2
Correct yml error
EmilyBourne Dec 12, 2022
832e8d6
Correct ls. Correct run command
EmilyBourne Dec 12, 2022
ba4a44f
Remove debug info
EmilyBourne Dec 12, 2022
6bc476c
Look for artifact
EmilyBourne Dec 12, 2022
290663e
Revert change
EmilyBourne Dec 12, 2022
5a13646
Try better path
EmilyBourne Dec 12, 2022
a39276d
Ignore tag
EmilyBourne Dec 12, 2022
a8756e9
Try
EmilyBourne Dec 12, 2022
7ff9252
Try out export command
EmilyBourne Dec 13, 2022
655eff4
List containers
EmilyBourne Dec 13, 2022
e53a3e5
Run to create container?
EmilyBourne Dec 13, 2022
1dce8a6
Examine images
EmilyBourne Dec 14, 2022
df066a0
Remove broken line
EmilyBourne Dec 14, 2022
9ab89d5
Aim to use save
EmilyBourne Dec 14, 2022
ec12396
Change command
EmilyBourne Dec 14, 2022
2e5717e
Examine
EmilyBourne Dec 14, 2022
e1a6d80
Testing
EmilyBourne Dec 14, 2022
83a822a
Comment
EmilyBourne Dec 14, 2022
10a5b3b
Examine
EmilyBourne Dec 14, 2022
d11d17b
Load tarball
EmilyBourne Dec 14, 2022
c5a9034
Try lower case
EmilyBourne Dec 14, 2022
0ddadde
Try clearer name
EmilyBourne Dec 14, 2022
df91d34
Missing line continuation
EmilyBourne Dec 14, 2022
0a8001d
Return closer to original command
EmilyBourne Dec 14, 2022
3b9ace8
Use strategy for tests
EmilyBourne Dec 14, 2022
e9a5073
Try to be more agressive
EmilyBourne Dec 14, 2022
d2d1f6d
Disk space
EmilyBourne Dec 16, 2022
f0371b3
Add missed disk space
EmilyBourne Dec 16, 2022
5485cb0
Revert unnecessary change
EmilyBourne Mar 16, 2023
8dd358d
Merge branch 'main' into 106-docker-artifact
jbigot Mar 16, 2023
0b445b0
Merge branch 'Maison-de-la-Simulation:main' into main
EmilyBourne Apr 28, 2023
ec98c78
Merge remote-tracking branch 'origin/main' into 106-docker-artifact
EmilyBourne Apr 28, 2023
8622925
Use ifs to treat different cases
EmilyBourne Apr 28, 2023
a74ba1c
Missing quotes
EmilyBourne Apr 28, 2023
ba8cacb
Print values
EmilyBourne Apr 28, 2023
3fb00fd
Print values
EmilyBourne Apr 28, 2023
54a7884
Print names
EmilyBourne Apr 28, 2023
fc16c9d
Print full names
EmilyBourne Apr 28, 2023
734b258
Test run on push
EmilyBourne Apr 28, 2023
4a3ef0e
Simplify and reduce duplication
EmilyBourne Apr 28, 2023
d830516
Examine
EmilyBourne Apr 28, 2023
c83dbe5
Correct comparison
EmilyBourne Apr 28, 2023
6da34d9
Remove push test
EmilyBourne Apr 28, 2023
dc9833b
Revert trigger
EmilyBourne Apr 28, 2023
8090111
Merge branch 'main' into 106-docker-artifact
EmilyBourne Jun 8, 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
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
-t ghcr.io/maison-de-la-simulation/ddc/doxygen \
-t ghcr.io/maison-de-la-simulation/ddc/doxygen:${GITHUB_SHA:0:7} \
docker/doxygen
docker export docker/doxygen
jbigot marked this conversation as resolved.
Show resolved Hide resolved
ls
ls docker
ls docker/doxygen
- name: Publish
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
run: |
Expand Down