finally some more success?????
Some checks failed
Test action / Print hello world (push) Failing after 12s
Some checks failed
Test action / Print hello world (push) Failing after 12s
This commit is contained in:
parent
b8e43fedba
commit
d917f93a9f
2 changed files with 4 additions and 2 deletions
|
@ -45,8 +45,8 @@ jobs:
|
||||||
- name: __DEBUG__
|
- name: __DEBUG__
|
||||||
run: |
|
run: |
|
||||||
ls -al result
|
ls -al result
|
||||||
podman load < result
|
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
podman push ${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
|
podman load < result
|
||||||
|
podman push localhost/default:latest ${{ env.registry }}/${{ env.owner }}/${{ env.image }}:${{ env.tag }}
|
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = "default";
|
name = "default";
|
||||||
|
tag = "latest";
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "${pkgs_linux.hello}/bin/hello" ];
|
Cmd = [ "${pkgs_linux.hello}/bin/hello" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue