Skip to content

Commit

Permalink
ci: make the version match more restrictive.
Browse files Browse the repository at this point in the history
Now it only matches v<digits>.<digits>.<digits>-dev
  • Loading branch information
gustavosr8 committed Dec 20, 2024
1 parent 5a9dd91 commit ec99e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
*.cache-to=type=gha,mode=max,scope=${{ matrix.image.name }}
push: ${{ github.event_name == 'push' && vars.PUSH_TO_REGISTRY == 'true' && github.ref_type == 'tag' }}
- name: Point IOC Dockerfile to image that was just built
run: sed -i "s/v.*-dev/$TAG/" Dockerfile
run: sed -iE "s/(v[0-9]+\.[0-9]+\.[0-9]+-dev)/$TAG/" Dockerfile
- name: Configure builder using docker driver
uses: docker/setup-buildx-action@v3
id: dockerbuilder
Expand Down

0 comments on commit ec99e5b

Please # to comment.