diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5762f0..574767a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Release on: push: - branches: - - "add-release-workflow" tags: - v* env: @@ -34,4 +32,4 @@ jobs: echo IMAGE_ID=$IMAGE_ID echo VERSION=$VERSION docker tag $IMAGE_NAME $IMAGE_ID:$VERSION - docker push $IMAGE_ID:$VERSION \ No newline at end of file + docker push $IMAGE_ID:$VERSION