Skip to content

Commit

Permalink
Update docker-build-on-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jan 31, 2025
1 parent b08e6ad commit 55331c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ name: Build and push docker (tag)

on:
workflow_dispatch:
# push:
# tags:
# - '[0-9]+' # X
# - '[0-9]+\.[0-9]+' # X.Y
# - '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z
push:
tags:
- '[0-9]+' # X
- '[0-9]+\.[0-9]+' # X.Y
- '[0-9]+\.[0-9]+\.[0-9]+' # X.Y.Z

env:
DOCKER_PLATFORMS: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 55331c1

Please sign in to comment.