File tree 4 files changed +12
-10
lines changed
4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ jobs:
18
18
outputs :
19
19
apps : ${{ steps.filter.outputs.changes }}
20
20
steps :
21
- - uses : dorny/paths-filter@v3
22
- id : filter
23
- with :
24
- filters : |
25
- game-2048: src/game-2048/**
26
- cow-demo: src/cow-demo/**
27
- rancher-helloworld: src/rancher-helloworld/**
21
+ - name : Check-out the repository
22
+ uses : actions/checkout@v4
23
+ - uses : dorny/paths-filter@v3
24
+ id : filter
25
+ with :
26
+ filters : |
27
+ game-2048: src/game-2048/**
28
+ cow-demo: src/cow-demo/**
29
+ rancher-helloworld: src/rancher-helloworld/**
28
30
build :
29
31
runs-on : ubuntu-latest
30
32
steps :
Original file line number Diff line number Diff line change 1
1
# Cow Demo Application
2
2
3
- [ ![ Docker Image Version] ( https://img.shields.io/docker/v/devprofr /cow-demo?label=Docker )] ( https://hub.docker.com/r/devprofr /cow-demo )
3
+ [ ![ Docker Image Version] ( https://img.shields.io/docker/v/suselabsetup /cow-demo?label=Docker )] ( https://hub.docker.com/r/suselabsetup /cow-demo )
4
4
5
5
Cow Demo is a nice web application, written in Go, used for demonstrating Kubernetes and load balancing.
6
6
Original file line number Diff line number Diff line change 1
1
# 2048 game
2
2
3
- [ ![ Docker Image Version] ( https://img.shields.io/docker/v/devprofr /game-2048?label=Docker )] ( https://hub.docker.com/r/devprofr /game-2048 )
3
+ [ ![ Docker Image Version] ( https://img.shields.io/docker/v/suselabsetup /game-2048?label=Docker )] ( https://hub.docker.com/r/suselabsetup /game-2048 )
4
4
5
5
Let's play 2048 Game web application in a container!
6
6
Original file line number Diff line number Diff line change 1
1
# Rancher Hello World
2
2
3
- [ ![ Docker Image Version] ( https://img.shields.io/docker/v/devprofr /rancher-helloworld?label=Docker )] ( https://hub.docker.com/r/devprofr /rancher-helloworld )
3
+ [ ![ Docker Image Version] ( https://img.shields.io/docker/v/suselabsetup /rancher-helloworld?label=Docker )] ( https://hub.docker.com/r/suselabsetup /rancher-helloworld )
4
4
5
5
This is the source code of a web application used for demoing and/or testing. It shows data about hostname, k8s services and request headers.
6
6
You can’t perform that action at this time.
0 commit comments