Skip to content

Commit

Permalink
Run docker workflow on release (#7)
Browse files Browse the repository at this point in the history
* Bump github.com/gin-contrib/sessions from 0.0.3 to 0.0.4

Bumps [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/gin-contrib/sessions/releases)
- [Commits](gin-contrib/sessions@v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix stop button

* version number

* build docker container timetrace and timetrace gui

* tag argument for docker-combined.sh

* update docker workflow to build combined image

* fix build args

* add latest tag to publish docker workflow and docker-compose file

* limit download size of timetrace repo; fix tagging in docker shell

* update readme for docker usage

* replace backtic with  $(STATEMENT)

* publish docker on release

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mattkasun and dependabot[bot] authored Nov 24, 2021
1 parent 4dcef13 commit b753218
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:
tag:
description: 'docker tag'
required: true
push:
branches:
- 'master'
release:
types: [published]

jobs:
docker:
Expand Down

0 comments on commit b753218

Please sign in to comment.