Skip to content

Commit

Permalink
Updating when we build docker versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgul committed Aug 20, 2023
1 parent 77da438 commit af9bf67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ on:
push:
branches:
- master
tags:
- v*

release:
types: [published]
types: [published, prereleased, released]

env:
IMAGE_NAME: rpgkeeper

jobs:
push:

runs-on: ubuntu-latest
if: github.event_name == 'push'

Expand Down

0 comments on commit af9bf67

Please sign in to comment.