Skip to content

Commit

Permalink
feat: add a sample go app to test image build
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Oct 11, 2024
1 parent 4ba88b9 commit ade7776
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
echo $DOCKER_HOST
podman -v
docker -v
docker build -t quay.io/k8s-crafts/go-app-example:latest -f Dockerfile .
podman images | grep quay.io/k8s-crafts/go-app-example
with-podman-api-test:
strategy:
Expand All @@ -39,3 +44,8 @@ jobs:
run: |
echo $DOCKER_HOST
podman -v
docker -v
docker build -t quay.io/k8s-crafts/go-app-example:latest -f Dockerfile .
podman images | grep quay.io/k8s-crafts/go-app-example

0 comments on commit ade7776

Please sign in to comment.