gha-test

August 10, 2026 ยท View on GitHub

CodeQL Commit Check MegaLinter Release Please Scorecards Stale

GitHub Action test repository...

Version test

  • Full Release: 2.1.1
cat << EOF
* Full Release: 2.1.1
EOF
  • Full Release: 2.0.0
  • Major Release: 2
  • Major Release: test@2
cat << EOF
* Full Release: 2.0.0
* Major Release: 2
* Major Release: test@2
EOF
  • Full Release: 1.0.0
  • Minor Release: 1
  • Minor Release: test@1
cat << EOF
* Full Release: 1.0.0
* Minor Release: 1
* Minor Release: test@1
EOF
  • Full Release: 0.0.0
  • Patch Release: 0
  • Patch Release: test@0

MP4 Video:

https://github.com/ruzickap/gha-test/assets/0/d2f6c337-2679-4ba4-92f7-c8afb5ed88a5

AV1 Video:

https://github.com/ruzickap/gha-test/assets/0/287b4432-89bc-48a7-b593-a1e1841136a3

cat << EOF
* Full Release: 0.0.0
* Patch Release: 0
* Patch Release: test@0
EOF

End...

echo "Test: $(date +'%F')"
echo "Test: $(date +'%F')"
kubectl run demo-app --image=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.1
kubectl run demo-app --image=quay.io/petr_ruzicka/malware-cryptominer-container:2
kubectl run demo-app --image=quay.io/petr_ruzicka/malware-cryptominer-container:1.1

export AWS_DEFAULT_REGION="eu-central-1"

aws cloudformation deploy --capabilities CAPABILITY_IAM \
  --stack-name "${USER}-demo-container-ec2" \
  --parameter-overrides "ContainerImage=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.1" \
  --template-file EC2InstanceWithDockerSample.yaml \
  --tags "Name=${USER}-demo-container-ec2"

# aws cloudformation delete-stack --stack-name ${USER}-demo-container-ec2
export AWS_DEFAULT_REGION="eu-central-2"

aws cloudformation deploy --capabilities CAPABILITY_IAM \
  --stack-name "${USER}-demo-container-ec2" \
  --parameter-overrides "ContainerImage=quay.io/petr_ruzicka/malware-cryptominer-container:2" \
  --template-file EC2InstanceWithDockerSample.yaml \
  --tags "Name=${USER}-demo-container-ec2"

# aws cloudformation delete-stack --stack-name ${USER}-demo-container-ec2

Run in Kubernetes:

# Test release: 2.1.1
# Test release: 1.1
# Test release: 1

kubectl run demo-app --image=quay.io/petr_ruzicka/malware-cryptominer-container:2.1.1