Skip to content

Commit

Permalink
fix CI/CD tag workflow (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 authored Nov 29, 2021
1 parent 6f36b26 commit 26bd63c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Build and push new image version

on:
create:
tags:
- v*

jobs:
build_push:
name: Build and Push
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 26bd63c

Please sign in to comment.