Skip to content

Commit

Permalink
Fix docker image CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Oct 1, 2023
1 parent f5b517e commit 30f5e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-aps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- 'master'
tags:
- 'v*'

jobs:
docker:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker-image-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- 'master'
tags:
- 'v*'

jobs:
docker:
Expand Down

0 comments on commit 30f5e66

Please sign in to comment.