Skip to content

Commit

Permalink
Rename old base action
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 3, 2024
1 parent 8472a89 commit fa4efbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build_old_base.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docker Build Base
name: Docker Build Base (<v20)
on:
push:
tags-ignore:
- 'v[2-9][0-9]*.*' # ignore all the tags greater or equal to v20.0.0

concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build Base')
group: format('{0}-{1}', ${{ github.ref }}, 'Docker Build Base (<v20)')
cancel-in-progress: true

permissions: read-all
Expand Down

0 comments on commit fa4efbe

Please sign in to comment.