Skip to content

Commit

Permalink
v0.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Jul 28, 2021
1 parent 6ecbbb3 commit 011a61e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-sample-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches: [ master ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
#pull_request:
#branches: [ master ]
pull_request:
branches: [ master ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
branches: [ master ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
#pull_request:
#branches: [ master ]
pull_request:
branches: [ master ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable changes will be documented here

## 0.9.24

- publishing docker images
- link-checker-service
- echoing the Go version

## 0.9.23

- upgraded the dependencies
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: "3.7"
services:
link-checker-service:
image: image: ghcr.io/siemens/link-checker-service
image: ghcr.io/siemens/link-checker-service:master
build:
context: ./
ports:
- "8080:8080"

sample-ui:
image: ghcr.io/siemens/link-checker-service/sample-ui
image: ghcr.io/siemens/link-checker-service/sample-ui:master
build:
context: ./test/jquery_example/
ports:
Expand Down

0 comments on commit 011a61e

Please sign in to comment.