forgejo: added ubuntu label to the container

This commit is contained in:
Tigor Hutasuhut 2024-06-19 18:08:44 +07:00
parent 9390d5ebdd
commit 635735c39e

View file

@ -59,6 +59,7 @@ in
}; };
labels = [ labels = [
"docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04" "docker:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
"ubuntu:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
"native:host" "native:host"
]; ];
}; };