Skip to content

Commit

Permalink
Update Docker registry link and update CI to add git changes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpro committed Sep 6, 2024
1 parent 47de5c8 commit 4cdf0e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
outputs:
apps: ${{ steps.filter.outputs.changes }}
steps:
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
game-2048: src/game-2048/**
cow-demo: src/cow-demo/**
rancher-helloworld: src/rancher-helloworld/**
- name: Check-out the repository
uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
game-2048: src/game-2048/**
cow-demo: src/cow-demo/**
rancher-helloworld: src/rancher-helloworld/**
build:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/cow-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cow Demo Application

[![Docker Image Version](https://img.shields.io/docker/v/devprofr/cow-demo?label=Docker)](https://hub.docker.com/r/devprofr/cow-demo)
[![Docker Image Version](https://img.shields.io/docker/v/suselabsetup/cow-demo?label=Docker)](https://hub.docker.com/r/suselabsetup/cow-demo)

Cow Demo is a nice web application, written in Go, used for demonstrating Kubernetes and load balancing.

Expand Down
2 changes: 1 addition & 1 deletion src/game-2048/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2048 game

[![Docker Image Version](https://img.shields.io/docker/v/devprofr/game-2048?label=Docker)](https://hub.docker.com/r/devprofr/game-2048)
[![Docker Image Version](https://img.shields.io/docker/v/suselabsetup/game-2048?label=Docker)](https://hub.docker.com/r/suselabsetup/game-2048)

Let's play 2048 Game web application in a container!

Expand Down
2 changes: 1 addition & 1 deletion src/rancher-helloworld/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rancher Hello World

[![Docker Image Version](https://img.shields.io/docker/v/devprofr/rancher-helloworld?label=Docker)](https://hub.docker.com/r/devprofr/rancher-helloworld)
[![Docker Image Version](https://img.shields.io/docker/v/suselabsetup/rancher-helloworld?label=Docker)](https://hub.docker.com/r/suselabsetup/rancher-helloworld)

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.

Expand Down

0 comments on commit 4cdf0e8

Please sign in to comment.