Skip to content

Commit

Permalink
test tag flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 28, 2024
1 parent c0e5ddd commit 01e5585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-api-executors-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker images building and pushing for API and executors
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"

env:
ALPINE_IMAGE: alpine:3.19.0
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/docker-build-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- develop
- ci/sanbox-flow
paths-ignore:
- 'docs/**'
env:
Expand Down

0 comments on commit 01e5585

Please sign in to comment.