Skip to content

Commit

Permalink
Issue #3673: build the release images on Github
Browse files Browse the repository at this point in the history
and push the built Docker images to Docker Hub.
The activation was done be changing the watched tags to the release tags.
  • Loading branch information
bschmalhofer committed Sep 26, 2024
1 parent 7a8e0c2 commit b103629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder_rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
# But usually the release tagging is done in an automated process.
push:
tags:
- test-[0-9]+_[0-9]+_[0-9]+_*
- rel-[0-9]+_[0-9]+_[0-9]+_*

jobs:
BuildDockerImage:
Expand Down

0 comments on commit b103629

Please sign in to comment.